vhost-stack/systemd/vhost-reload-apache.path
2023-05-12 16:03:20 -07:00

11 lines
209 B
SYSTEMD

[Unit]
Description="Reload Apache on changes to sites-enabled configs"
After=apache2.service
[Path]
PathChanged=/etc/apache2/sites-enabled/
Unit=vhost-reload-apache.service
[Install]
WantedBy=default.target