diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-17 00:57:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-17 00:57:51 +0200 |
commit | 45fb0699c45d2e042e04a53e3ea00501e3f65f59 (patch) | |
tree | 55d27b0b989e6d7f8770cb0ba1adbd300425c82e /fixme | |
parent | ceda54d93c9c16f24737412cfbc719e01c474ef6 (diff) |
systemctl: warn when operating on service files that changed on disk but haven't been reloaded
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -37,22 +37,12 @@ * timeout waiting for mount devices? -* default logic for serial getty, ck logging, ssh readahead - * place /etc/inittab with explaining blurb. -* OnFailure=foo.unit - -* default.target must be %ghosted... - * In command lines, support both "$FOO" and $FOO * systemd-install disable should recursively kill all symlinks -* in %post create all symlinks manually and use inittab data - -* check mtimes of dirs and unit files in systemctl - * /etc must always take precedence even if we follow symlinks! * /lib/init/rw @@ -69,6 +59,12 @@ External: +* default.target must be %ghosted... + +* in %post create all symlinks manually and use inittab data + +* default logic for serial getty, ck logging, ssh readahead + * patch /etc/init.d/functions with: if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi |