aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-09-03 17:29:18 -0400
committerBill Nottingham <notting@redhat.com>2010-09-03 17:29:18 -0400
commitc4c67d00be0b90d371bbe30e80be53ca980e8488 (patch)
treeeea482dcf7bcad2d5b27a0a41bde6bdfedf606f6 /systemd
parent557437078d7fb227f536b2066023504967975d71 (diff)
downloadinitscripts-c4c67d00be0b90d371bbe30e80be53ca980e8488.tar
initscripts-c4c67d00be0b90d371bbe30e80be53ca980e8488.tar.gz
initscripts-c4c67d00be0b90d371bbe30e80be53ca980e8488.tar.bz2
initscripts-c4c67d00be0b90d371bbe30e80be53ca980e8488.tar.xz
initscripts-c4c67d00be0b90d371bbe30e80be53ca980e8488.zip
Ignore errors from single-user mode.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/single.service2
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