Files
gaming-image-files/usr/lib/systemd/system/shutdown-sound.service
Storm Dragon 52e1656e42 Initial commit
2025-07-12 13:48:20 -04:00

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