aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systemd/single.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/single.service b/systemd/single.service
index 7f6432b6..d91166b3 100644
--- a/systemd/single.service
+++ b/systemd/single.service
@@ -15,12 +15,12 @@ After=sysinit.target
Before=multi-user.target
[Service]
-Type=oneshot
+Type=simple
EnvironmentFile=/etc/sysconfig/init
Environment=HOME=/root
ExecStartPre=-/bin/plymouth --hide-splash
ExecStart=-/bin/bash -c "exec $SINGLE"
-ExecStartPost=/bin/systemctl default
+ExecStopPost=/bin/systemctl default
StandardInput=tty-force
KillMode=process-group