]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd: make sure to ignore all exit codes in ExecStartPost
authorFrederic Crozat <fcrozat@suse.com>
Mon, 10 Jun 2013 16:54:47 +0000 (18:54 +0200)
committerRay Strode <rstrode@redhat.com>
Mon, 10 Jun 2013 17:19:48 +0000 (13:19 -0400)
systemd-units/plymouth-start.service.in

index 50e32e32bd806b3f74e2e718cec9f1f4a1fcac1d..446fb32bb85996363aa57dc31bf3e39478f29171 100644 (file)
@@ -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