summarylogtreecommitdiffstats
path: root/aegir.service
blob: 51c282d34dea432cb2559214915bc7bc91fde67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Aegir queue daemon
Wants=mysqld.service php-fpm.service
After=mysqld.service php-fpm.service

[Service]
Type=simple
ExecStart=/usr/bin/drush @hostmaster hosting-queued
User=aegir
SuccessExitStatus=1

[Install]
RequiredBy=aegir.target