summarylogtreecommitdiffstats
path: root/aegir.service
blob: 524750dcf59d9ab522001cc0d21a7fde3d108290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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=http
Restart=always
SuccessExitStatus=1

[Install]
RequiredBy=aegir.target