From e7d5d1b861f4826d5b564df9a8efff8e7c25fb83 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Sep 2010 12:24:37 -0400 Subject: Fix invocation so that runlevel setting works. (#630914) --- systemd/single.service | 4 ++-- 1 file 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 -- cgit v1.2.1