diff options
Diffstat (limited to 'event.d/quit-plymouth')
-rw-r--r-- | event.d/quit-plymouth | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth deleted file mode 100644 index 13ac3880..00000000 --- a/event.d/quit-plymouth +++ /dev/null @@ -1,15 +0,0 @@ -# quit-plymouth - script to stop boot splash -# -# This service triggers plymouth to quit when we reach the -# end of the boot cycle. We start on 'stopping rcX' to make sure -# this completes before the getty starts. -# prefdm handles quit differently, though. - -start on runlevel S -start on stopping rc2 -start on stopping rc3 -start on stopping rc4 - -script - /usr/bin/plymouth quit || : -end script |