summarylogtreecommitdiffstats
path: root/php-fpm-aegir.service
diff options
context:
space:
mode:
authorJames An2015-08-05 11:47:26 -0400
committerJames An2015-08-05 11:47:50 -0400
commit25308412674311161996c11361370db1fbc85670 (patch)
tree08abd3e1abb03a0d1ca7730956c5b5cfd9285dbe /php-fpm-aegir.service
parent280aa586020c2b1db893223950bba9a4af9de3c3 (diff)
downloadaur-25308412674311161996c11361370db1fbc85670.tar.gz
Refactored package to work better out-of-the-box.
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