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

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

[Install]
WantedBy=multi-user.target