11 lines
209 B
SYSTEMD
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
|