mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
bb19125781
- Expand file paths. - Remove obsolete After=syslog.target. Syslog is socket activated nowadays. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
14 lines
329 B
SYSTEMD
14 lines
329 B
SYSTEMD
[Unit]
|
|
Description=The PHP FastCGI Process Manager
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=@php_fpm_systemd@
|
|
PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
|
|
ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|