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