1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

README: add INOTIFY and SIGNALFD

This commit is contained in:
Kay Sievers 2009-06-11 17:59:46 +02:00
parent 262d5cca89
commit 98ad80f873

2
README
View File

@ -20,6 +20,8 @@ Requirements:
CONFIG_PROC_FS=y CONFIG_PROC_FS=y
CONFIG_TMPFS=y CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_POSIX_ACL=y
CONFIG_INOTIFY=y
CONFIG_SIGNALFD=y
- For reliable operation, the kernel must not use the CONFIG_SYSFS_DEPRECATED* - For reliable operation, the kernel must not use the CONFIG_SYSFS_DEPRECATED*
option. option.