mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
solved pull-remote-backups bugs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=docker volume update
|
||||
Description=pull remote backups
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=hosts="{{pull_remote_backups_hosts}}";for host in $hosts; do /usr/bin/bash /usr/local/bin/pull-remote-backup/pull-remote-backup.sh $host; done;
|
||||
ExecStart=/usr/bin/bash /usr/local/bin/pull-remote-backups.sh
|
||||
|
Reference in New Issue
Block a user