Initial commit

This commit is contained in:
Storm Dragon
2025-07-12 13:48:20 -04:00
commit 52e1656e42
24 changed files with 3874 additions and 0 deletions
@@ -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