blob: c135f04c2706f3035d18c38c259d253aac5cb5f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
|