12 lines
302 B
SYSTEMD
12 lines
302 B
SYSTEMD
|
[Unit]
|
||
|
Description=Displays shutdown splash
|
||
|
DefaultDependencies=no
|
||
|
Before=halt.target shutdown.target reboot.target
|
||
|
|
||
|
[Service]
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=-/usr/bin/pbsplash -s /usr/share/pbsplash/pmos-logo-text.svg -b "Shutting down..."
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=halt.target shutdown.target reboot.target
|