mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
8 lines
183 B
Django/Jinja
8 lines
183 B
Django/Jinja
[Unit]
|
|
Description=pull remote backups
|
|
OnFailure=systemd-email@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bash {{docker_pull_primary_backups_folder}}pull-remote-backups.sh
|