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