diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-13 18:51:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-13 18:51:30 +0100 |
commit | 3185a36b05d53757a412f847d8c510978b9b00f0 (patch) | |
tree | 14e95eaae6c7dc0ecfc4486efbbbb9446e4be0ed /TODO | |
parent | e9fbc77c8f6a396ce9432e3791710e30de6e570b (diff) |
service: make main pid guessing optional, and reread pid file after reloads
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -9,6 +9,8 @@ Bugs: Features: +* Maybe store in unit files whether a service should be enabled by default on package installation + * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable" * need a way to apply mount options of api vfs from systemd unit files instead of fstab @@ -23,12 +25,8 @@ Features: * gnome-shell python script/glxinfo/is-accelerated wech -* PID heuristik bei Type=forking ausmachbar machen - * maybe introduce ExecRestartPre= -* reload PID file after reload, allow dynamically changing main PIDs - * figure out what happened to bluez patch * introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot |