TODO revision 2e0d98fa87a4e399763c8235abe56be4f8ac7fb8
b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5Lennart Poettering* dep cycle basic → udev-retry → auditd → iptables → basic
c32e0c40f7e706e3ebcd101187d5ced96f083491Lennart Poettering* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering* increase password timeout
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=677962
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering* finish syslog socket stuff
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering* load EnvironmentFile= when starting services, not when reloading configuration
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=661282
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering lots of wakeups due to /dev changing when we watch a subdir of /dev.
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering* NFS, networkmanager ordering issue
2e0d98fa87a4e399763c8235abe56be4f8ac7fb8Lennart Poettering* introduce simple way to do mandatory conditions
2e0d98fa87a4e399763c8235abe56be4f8ac7fb8Lennart Poettering* detect LXC environment
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering* invoke vhangup() before and after invoking getty
3642d1c988730928646b097fa3614c0dd57fc4e4Lennart Poettering* skip readahead on physically r/o media
b5c6cf87342bedeb67fbbc4f3f512af1603a461cLennart Poettering* support "auto" and "comment=systemd.automount" at the same time for an fstab entry
2588ff0b940e82fd0986ed7567a6ae8f2741537dLennart Poettering* Make use of UnknownInterface, UnknownObject
f212ac125fb0f8dda6ed9ac50b0c315dd4f58974Lennart Poettering* look up crypto partition mount points via fstab to show to the user when prompting for a password
3185a36b05d53757a412f847d8c510978b9b00f0Lennart Poettering* Maybe store in unit files whether a service should be enabled by default on package installation
b8bb3e8f346468e61dcc7a6aba5e7ac9c623d964Lennart Poettering* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
f959c5e63a9080cbff42ac4160154f8a6b508e7aLennart Poettering* need a way to apply mount options of api vfs from systemd unit files
f959c5e63a9080cbff42ac4160154f8a6b508e7aLennart Poettering (or some other modern source?) instead of fstab
c32e0c40f7e706e3ebcd101187d5ced96f083491Lennart Poettering* maybe introduce ExecRestartPre=
47ae6e6760301ecae086e984b0b23f2db9663b28Lennart Poettering* figure out what happened to bluez patch
487a15bb726698f84503682ccbc30375586c52deLennart Poettering* Patch systemd-fsck to use -C and pass console fd to it
2c4b304e64ca674e1a79a7e5c83a996a03611a17Lennart Poettering* support remote/ssh systemctl/systemadm, and local privileged access
35f10fccb06a0c7b4f26a28746db387aac376cb3Lennart Poettering* configurable jitter for timer events
bf5bb5316f9424375110972450f71db6c1ff3bf7Kay Sievers* Support ProcessNeededForShutdown=true to allow stuff like mdmon
f959c5e63a9080cbff42ac4160154f8a6b508e7aLennart Poettering to be killed very late after the rootfs is read only (?)
bf5bb5316f9424375110972450f71db6c1ff3bf7Kay Sievers* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
bf5bb5316f9424375110972450f71db6c1ff3bf7Kay Sievers needed action