10 lines
178 B
SYSTEMD
10 lines
178 B
SYSTEMD
[Unit]
|
|
Description="Reload PHP-FPM on changes to pool config files"
|
|
|
|
[Path]
|
|
PathChanged=/etc/php/%i/fpm/pool.d/
|
|
Unit=vhost-reload-php@%i.service
|
|
|
|
[Install]
|
|
WantedBy=paths.target
|