diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-06 02:33:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-06 02:33:40 +0200 |
commit | 71fad6751434f06485a744d41be2d807303c1184 (patch) | |
tree | 27723f8bbab9a2a808e0beab10c6e2605f74f1de /fixme | |
parent | 647f1fafb5f456b80bb799d07d345ce7fd2308ee (diff) |
systemctl: require correctly formed unit names when enabling units
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -4,9 +4,6 @@ v11: * verify ordering of random-seed-load and base.target! -* systemctl enable /lib/systemd/system/?*.service - creates wrong subdirs in /etc/ssytemd/system/ which prevent further bootup - later: * do not throw error when .service file is linked to /dev/null @@ -97,8 +94,6 @@ later: * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism. -* when /proc/self/mountinfo is not parsable, proceed with next line - * beefed up tmpwatch that reads tmpfiles.d * /lib/systemd/system/systemd-readahead-replay.service @@ -109,6 +104,10 @@ later: * Restart=on-failure and Restart=on-abort +* kill sessions on shutdown + +* when processes remain in a service even though the start command failed enter active + External: * place /etc/inittab with explaining blurb. |