core/php56/php-fpm.service
2016-09-21 19:37:36 +01:00

14 lines
314 B
Desktop File

[Unit]
Description=The PHP 5.6 FastCGI Process Manager
After=syslog.target network.target
[Service]
Type=notify
PIDFile=/run/php56-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/bin/php56-fpm --nodaemonize --pid /run/php56-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target