diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/single.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/single.service b/systemd/single.service index 50f2a46b..7f6432b6 100644 --- a/systemd/single.service +++ b/systemd/single.service @@ -17,6 +17,7 @@ Before=multi-user.target [Service] Type=oneshot EnvironmentFile=/etc/sysconfig/init +Environment=HOME=/root ExecStartPre=-/bin/plymouth --hide-splash ExecStart=-/bin/bash -c "exec $SINGLE" ExecStartPost=/bin/systemctl default |