diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-23 22:01:39 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-24 09:11:36 -0400 |
commit | 4c10771ce273872f4833da4e9dd7e1c72cf20de5 (patch) | |
tree | e544e80a32227e58f8e3a3df6a51e468507f7cad /src/initctl/initctl.c | |
parent | e946948eff517e895b287d0fd8c6d069ab9bbbb9 (diff) |
initctl: use irreversible jobs when switching runlevels
Spotted by uau in #systemd.
Diffstat (limited to 'src/initctl/initctl.c')
-rw-r--r-- | src/initctl/initctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initctl/initctl.c b/src/initctl/initctl.c index 735f1e1450..5fbce4a9a7 100644 --- a/src/initctl/initctl.c +++ b/src/initctl/initctl.c @@ -122,7 +122,7 @@ static void change_runlevel(Server *s, int runlevel) { if (isolate) mode = "isolate"; else - mode = "replace"; + mode = "replace-irreversibly"; log_debug("Running request %s/start/%s", target, mode); |