Compare commits

...

2 commits

Author SHA1 Message Date
1332f49101 music: Restart after updating trollibox 2022-09-23 17:28:23 +02:00
49bbf7211c music: Fix librespot cargo path 2022-09-23 17:28:09 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
daemon_reload: true
- name: rebuild librespot
command: cargo build --release --features jackaudio-backend
command: /root/.cargo/bin/cargo build --release --features jackaudio-backend
args:
chdir: /opt/librespot

View file

@ -15,6 +15,7 @@
dest: /usr/local/bin
include: [ trollibox ]
mode: 0755
notify: restart trollibox
- name: Install service file
template: