summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolkan Gümüs2017-04-14 11:49:09 +0300
committerVolkan Gümüs2017-04-14 11:49:09 +0300
commit8a3527e27e55bb998b9b8bbc512374c8fad84b02 (patch)
tree19f8ae7f44a419685d8df2781d4fc4ef9c20c7b3
parent4856dec2f7ac5bc8f966cdd02f95103b2a28a2c8 (diff)
downloadaur-8a3527e27e55bb998b9b8bbc512374c8fad84b02.tar.gz
change systemd service type to notify
-rw-r--r--php-fpm.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.service b/php-fpm.service
index 2c31af90d9f3..10721e72027b 100644
--- a/php-fpm.service
+++ b/php-fpm.service
@@ -3,7 +3,7 @@ Description=The PHP 5.3 FastCGI Process Manager
After=syslog.target network.target
[Service]
-Type=simple
+Type=notify
PIDFile=/run/php53-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/bin/php53-fpm --nodaemonize --pid /run/php53-fpm/php-fpm.pid