mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
[Unit]
|
||
|
Description=Check nginx configuration status
|
||
|
OnFailure=systemd-notifier@%n.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/python3 {{ nginx_health_check_folder }}health-nginx.py
|