summarylogtreecommitdiffstats
path: root/php-fpm.service
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm.service')
-rw-r--r--php-fpm.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/php-fpm.service b/php-fpm.service
deleted file mode 100644
index 2c31af90d9f3..000000000000
--- a/php-fpm.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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