+apache_restarter

This commit is contained in:
2021-06-17 14:49:59 +03:00
parent bba64ac49c
commit 49bf010b87
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Apache restart monitor
After=apache2.service
Wants=apache2.service
[Service]
ExecStart=/usr/bin/env python3 /path/apache_restarter.py /run/apache_restart/apache_restart
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=2s
[Install]
WantedBy=multi-user.target