summaryrefslogtreecommitdiff
path: root/src/initctl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-23 22:01:39 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-24 09:11:36 -0400
commit4c10771ce273872f4833da4e9dd7e1c72cf20de5 (patch)
treee544e80a32227e58f8e3a3df6a51e468507f7cad /src/initctl
parente946948eff517e895b287d0fd8c6d069ab9bbbb9 (diff)
downloadsystemd-4c10771ce273872f4833da4e9dd7e1c72cf20de5.tar.gz
initctl: use irreversible jobs when switching runlevels
Spotted by uau in #systemd.
Diffstat (limited to 'src/initctl')
-rw-r--r--src/initctl/initctl.c2
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);