From c4c67d00be0b90d371bbe30e80be53ca980e8488 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 3 Sep 2010 17:29:18 -0400 Subject: Ignore errors from single-user mode. --- systemd/single.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') 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 -- cgit v1.2.1