music: Add soundboard

This commit is contained in:
polyfloyd 2022-10-19 21:59:07 +02:00
parent 97a4e95ca8
commit 2e47c6744f
7 changed files with 141 additions and 0 deletions

View file

@ -17,3 +17,9 @@
name: librespot
state: restarted
daemon_reload: true
- name: restart soundboard
systemd:
name: soundboard
state: restarted
daemon_reload: true