diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-14 18:14:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-14 18:14:10 +0200 |
commit | 9b1773a4866a8eefb241ae2f1b4e9aaa815caad6 (patch) | |
tree | 6468b5f5851a5f13371efc8ace2540ab1570f7f5 /php-fpm.service | |
parent | 434a5972b9aba05b0798ae2214ac002229fee381 (diff) |
php: use /run/php-fpm instead of /var/run/php-fpm
Diffstat (limited to 'php-fpm.service')
-rw-r--r-- | php-fpm.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.service b/php-fpm.service index df24fb7..5aaaf3f 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] Type=forking -PIDFile=/var/run/php-fpm/php-fpm.pid +PIDFile=/run/php-fpm/php-fpm.pid EnvironmentFile=/etc/sysconfig/php-fpm ExecStart=/usr/sbin/php-fpm ExecReload=/bin/kill -USR2 $MAINPID |