diff options
author | James An | 2014-07-12 20:20:12 -0400 |
---|---|---|
committer | James An | 2015-06-30 07:27:23 -0400 |
commit | 5fbd7595bac9ce6b64c85d40a75f421ca32c0a1b (patch) | |
tree | a55e2d20bc8f4e3f7a6c16ffde7ddfbc088310a5 /hosting-queued.service | |
download | aur-5fbd7595bac9ce6b64c85d40a75f421ca32c0a1b.tar.gz |
Added incomplete draft of Aegir package.
Diffstat (limited to 'hosting-queued.service')
-rw-r--r-- | hosting-queued.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hosting-queued.service b/hosting-queued.service new file mode 100644 index 00000000000..77ca546c34d --- /dev/null +++ b/hosting-queued.service @@ -0,0 +1,12 @@ +[Unit] +Description=Aegir queue daemon +After=local-fs.target network.target mysqld.service php-fpm.service + +[Service] +Type=simple +ExecStart=/usr/bin/drush --quiet @hostmaster hosting-queued +User=aegir +Restart=always + +[Install] +WantedBy=multi-user.target |