mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-14 00:41:06 +01:00
7 lines
218 B
Desktop File
7 lines
218 B
Desktop File
[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;
|