mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 20:51:33 +00:00
initctl: use irreversible jobs when switching runlevels
Spotted by uau in #systemd.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user