mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-14 17:01:05 +01:00
7 lines
218 B
SYSTEMD
7 lines
218 B
SYSTEMD
|
[Unit]
|
||
|
Description=docker volume update
|
||
|
|
||
|
[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;
|