aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/psplash/mel/psplash-quit.service
blob: 6881a948a6e496fe279971b3bef5af0ccb6ca301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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