mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
7 lines
199 B
Django/Jinja
7 lines
199 B
Django/Jinja
[Unit]
|
|
Description=Updates Docker Instances
|
|
OnFailure=systemd-notifier@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c '/usr/bin/python {{update_docker_script}} {{path_docker_compose_files}}' |