summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
authorJames An2015-06-10 17:54:00 -0400
committerJames An2015-06-30 07:27:49 -0400
commita06ec4956d2af89fadd45850f1f29918518f3abf (patch)
tree68749633a046bdebae251dd22d0233228638dc97 /systemd.service
parent9175e9ffd307a1e7077178fd3ee7a97ca98fb78a (diff)
downloadaur-a06ec4956d2af89fadd45850f1f29918518f3abf.tar.gz
Added support for ruby-mailcatcher as the smtp-forwarder for the aegir package and added a unique system user for the aegir package.
Diffstat (limited to 'systemd.service')
-rw-r--r--systemd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/systemd.service b/systemd.service
deleted file mode 100644
index 70e5a2573ccb..000000000000
--- a/systemd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Aegir queue daemon
-After=mysqld.service php-fpm.service nginx.service
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/drush --quiet @hostmaster hosting-queued
-User=aegir
-Restart=always
-
-[Install]
-WantedBy=multi-user.target