mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
8 lines
215 B
Django/Jinja
8 lines
215 B
Django/Jinja
[Unit]
|
|
Description=restart unhealthy docker containers
|
|
OnFailure=systemd-email@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/python {{docker_docker_compose_restart_unhealthy}}docker-compose-restart-unhealthy.py
|