summarylogtreecommitdiffstats
path: root/php-fpm-aegir.service
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm-aegir.service')
-rw-r--r--php-fpm-aegir.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/php-fpm-aegir.service b/php-fpm-aegir.service
deleted file mode 100644
index 595da01d83f7..000000000000
--- a/php-fpm-aegir.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=The PHP FastCGI Process Manager
-After=syslog.target network.target
-Conflicts=php-fpm.service
-
-[Service]
-Type=notify
-PIDFile=/run/php-fpm/php-fpm.pid
-PrivateTmp=true
-ExecStart=/usr/bin/php-fpm --nodaemonize --pid /run/php-fpm/php-fpm.pid
-ExecReload=/bin/kill -USR2 $MAINPID
-
-[Install]
-RequiredBy=aegir.target