2023-11-16 14:04:42 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Updates Docker Instances
|
|
|
|
OnFailure=systemd-notifier@%n.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2023-12-07 15:35:57 +01:00
|
|
|
ExecStart=/bin/sh -c '/usr/bin/python {{update_docker_script}} {{docker_compose_instances_directory}}'
|