music: Remove shutdown-sound service in favor of soundboard
This commit is contained in:
parent
21884f3b3c
commit
40093a5936
9 changed files with 8 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue