14 lines
357 B
Desktop File
14 lines
357 B
Desktop File
[Unit]
|
|
Description=Play shutdown sound
|
|
DefaultDependencies=no
|
|
Before=shutdown.target reboot.target halt.target
|
|
After=multi-user.target pipewire.service pipewire.socket sound.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/play /usr/share/sounds/stormux/stop.opus
|
|
#ExecStartPost=/bin/sleep 3.5
|
|
|
|
[Install]
|
|
WantedBy=halt.target reboot.target shutdown.target
|