diff options
Diffstat (limited to 'event.d')
-rw-r--r-- | event.d/quit-plymouth | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth new file mode 100644 index 00000000..4c284ff8 --- /dev/null +++ b/event.d/quit-plymouth @@ -0,0 +1,10 @@ +# quit-plymouth - script to stop boot splash +# +# This service triggers plymouth to quit when we reach the +# end of the boot cycle. prefdm handles quit differently, though. + +start on stopped rc2 +start on stopped rc3 +start on stopped rc4 + +exec /usr/bin/plymouth quit |