mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
144 B
SYSTEMD
10 lines
144 B
SYSTEMD
[Unit]
|
|
Description=starts docker-compose-restart-unhealthy.service
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|