music: Remove shutdown-sound service in favor of soundboard

This commit is contained in:
polyfloyd 2024-04-14 19:28:39 +02:00
parent 21884f3b3c
commit 40093a5936
9 changed files with 8 additions and 56 deletions

View file

@ -46,27 +46,3 @@
state: started
enabled: true
daemon_reload: true
- name: Install shutdown sound script
template:
src: shutdown-sound.sh
dest: /opt/shutdown-sound.sh
owner: root
group: root
mode: 0644
- name: Install shutdown sound service
template:
src: shutdown-sound.service
dest: /etc/systemd/system/shutdown-sound.service
owner: root
group: root
mode: 0644
notify: daemon reload
- name: Enable shutdown-sound
systemd:
name: shutdown-sound
state: started
enabled: true
daemon_reload: true