Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user