summarylogtreecommitdiffstats
path: root/php-fpm.service
diff options
context:
space:
mode:
authorEugene Lamskoy2022-01-21 14:12:49 +0200
committerEugene Lamskoy2022-01-21 14:12:49 +0200
commit1396875b526b493a20e1a62204f92da58ac2afe8 (patch)
tree99b6370a3d4b4a45507cfae262361e9b4e8da65b /php-fpm.service
parent23c90810a7908ce31928b5ee0cedc95bf5d99419 (diff)
downloadaur-1396875b526b493a20e1a62204f92da58ac2afe8.tar.gz
PHP 5.5.38 pkgrel=8
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 20caefb16829..000000000000
--- a/php-fpm.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=The PHP 5.5 FastCGI Process Manager
-After=syslog.target network.target
-
-[Service]
-Type=notify
-PIDFile=/run/php55-fpm/php-fpm.pid
-PrivateTmp=true
-ExecStart=/usr/bin/php55-fpm --nodaemonize --pid /run/php55-fpm/php-fpm.pid
-ExecReload=/bin/kill -USR2 $MAINPID
-
-[Install]
-WantedBy=multi-user.target