feat: optimize

This commit is contained in:
xin 2025-08-10 12:05:24 +08:00
parent e95f1b0740
commit 41f6adec5f
2 changed files with 4 additions and 3 deletions

View File

@ -172,8 +172,8 @@
loop:
- src: ../files/camilladsp.service
dest: /etc/systemd/system/camilladsp.service
- src: ../files/camilladsp-conf
dest: /root/
- src: ../files/camilladsp.yml
dest: /etc/camilladsp.yml
- src: ../files/camilladsp
dest: /usr/local/bin/camilladsp
mode: '0755'

View File

@ -3,7 +3,8 @@ rsync am60:/etc/ssh/sshd_config files/sshd_config
rsync am60:/root/.ssh/authorized_keys files/authorized_keys
rsync am60:/etc/asound.conf files/asound.conf
rsync am60:/usr/local/bin/camilladsp files/camilladsp
rsync -avz am60:/root/camilladsp-conf files/
rsync am60:/etc/camilladsp.yml files/camilladsp.yml
# rsync -avz am60:/root/camilladsp-conf files/
rsync am60:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket
rsync am60:/usr/local/lib/systemd/system/mpd.service files/mpd.service
rsync am60:/usr/local/bin/mpd files/mpd