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