summarylogtreecommitdiffstats
path: root/php-fpm-aegir.service
blob: 595da01d83f79cdcf2e4088f49990e7fb56da000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
Conflicts=php-fpm.service

[Service]
Type=notify
PIDFile=/run/php-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/bin/php-fpm --nodaemonize --pid /run/php-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
RequiredBy=aegir.target