aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/psplash/mel/psplash-quit.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/recipes-core/psplash/mel/psplash-quit.service')
-rwxr-xr-xmeta-mel/recipes-core/psplash/mel/psplash-quit.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-mel/recipes-core/psplash/mel/psplash-quit.service b/meta-mel/recipes-core/psplash/mel/psplash-quit.service
deleted file mode 100755
index 6881a948..00000000
--- a/meta-mel/recipes-core/psplash/mel/psplash-quit.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Terminate Psplash Boot Screen
-After=psplash-start.service
-ConditionPathExists=/run/psplash_fifo
-
-[Service]
-Environment=TMPDIR=/run
-Type=oneshot
-ExecStart=/usr/bin/psplash-write QUIT
-
-[Install]
-WantedBy=multi-user.target