diff options
-rw-r--r-- | systemd/single.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/single.service b/systemd/single.service index 18174fb3..c3855fa8 100644 --- a/systemd/single.service +++ b/systemd/single.service @@ -18,7 +18,7 @@ Before=multi-user.target Type=oneshot EnvironmentFile=/etc/sysconfig/init ExecStartPre=-/bin/plymouth --hide-splash -ExecStart=/bin/bash -c "exec $SINGLE" +ExecStart=-/bin/bash -c "exec $SINGLE" ExecStartPost=/bin/systemctl default StandardInput=tty-force KillMode=process-group |