feat: optimize
This commit is contained in:
parent
e95f1b0740
commit
41f6adec5f
@ -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'
|
||||
|
||||
3
sync.sh
3
sync.sh
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user