mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
8 lines
203 B
Django/Jinja
8 lines
203 B
Django/Jinja
[Unit]
|
|
Description=Checking docker health
|
|
OnFailure={{ SYS_SERVICE_ON_FAILURE_COMPOSE }}
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ systemctl_script_exec }} "{{ DOCKER_WHITELISTET_ANON_VOLUMES | join(' ') }}"
|