diff --git a/roles/phabricator/templates/phd_init b/roles/phabricator/templates/phd_init index 9e952cf..5430571 100644 --- a/roles/phabricator/templates/phd_init +++ b/roles/phabricator/templates/phd_init @@ -1,14 +1,16 @@ [Unit] Description=PHD Phabricator After=remote-fs.target [Service] Type=oneshot RemainAfterExit=true -ExecStart={{ phabricator_path }}phabricator/bin/phd start --keep-leases +ExecStart=/srv/phabricator/bin/phd launch 1 trigger +ExecStart=/srv/phabricator/bin/phd launch 5 task +ExecStart=/srv/phabricator/bin/phd launch 10 pull ExecStop={{ phabricator_path }}phabricator/bin/phd stop --gently --graceful 30 User={{ phd_user }} Group={{ phd_user }} [Install] WantedBy=multi-user.target