Skip to content

Commit

Permalink
asteroid-launcher: Don't exit the service when psplash_fifo path does…
Browse files Browse the repository at this point in the history
…n't exist.

Not every platform uses psplash.
This would make it possible for the asteroid-launcher.service to exit with a failure.
Make the closing of psplash optional to avoid potential issues on platforms that don't use psplash (qemux86).

Signed-off-by: Darrel Griët <[email protected]>
  • Loading branch information
MagneFire committed Mar 8, 2022
1 parent 430c395 commit 5ad146a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ConditionUser=!root
Type=notify
EnvironmentFile=-/var/lib/environment/compositor/*.conf
ExecStartPre=/bin/sh -ec 'while [ ! -f /dev/.coldboot_done ]; do sleep 1; done'
ExecStartPre=/bin/sh -ec '/bin/echo QUIT > /run/psplash_fifo'
ExecStartPre=-/bin/sh -ec '/bin/echo QUIT > /run/psplash_fifo'
ExecStart=/usr/bin/asteroid-launcher $LIPSTICK_OPTIONS --systemd
TimeoutStopSec=3
Restart=always
Expand Down

0 comments on commit 5ad146a

Please sign in to comment.