2023-03-26 20:36:36 +02:00
|
|
|
[Unit]
|
|
|
|
Description=restart unhealthy docker containers
|
|
|
|
OnFailure=systemd-email@%n.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2023-04-18 15:41:14 +02:00
|
|
|
ExecStart=/bin/python {{docker_docker_compose_restart_unhealthy}}server_docker-compose-restart-unhealthy.py
|