From: Frederic Crozat Date: Mon, 10 Jun 2013 16:54:47 +0000 (+0200) Subject: systemd: make sure to ignore all exit codes in ExecStartPost X-Git-Tag: 0.9.0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf99635f161b74d9b5deed5f580830d78ba4e1ea;p=thirdparty%2Fplymouth.git systemd: make sure to ignore all exit codes in ExecStartPost --- diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in index 50e32e32..446fb32b 100644 --- a/systemd-units/plymouth-start.service.in +++ b/systemd-units/plymouth-start.service.in @@ -8,7 +8,7 @@ ConditionKernelCommandLine=!plymouth.enable=0 [Service] ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session -ExecStartPost=-@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; @UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash +ExecStartPost=-@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; -@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; -@PLYMOUTH_CLIENT_DIR@/plymouth show-splash Type=forking KillMode=none SendSIGKILL=no