diff --git a/roles/phabricator/templates/phd_init b/roles/phabricator/templates/phd_init index ce19fd4..471e82d 100644 --- a/roles/phabricator/templates/phd_init +++ b/roles/phabricator/templates/phd_init @@ -1,15 +1,15 @@ [Unit] Description=PHD Phabricator After=remote-fs.target [Service] Type=oneshot RemainAfterExit=true ExecStart={{ phabricator_path }}phabricator/bin/phd start -ExecStart={{ phabricator_path }}phabricator/bin/phd launch 2 pull +ExecStart={{ phabricator_path }}phabricator/bin/phd launch 3 pull ExecStop={{ phabricator_path }}phabricator/bin/phd stop --force User={{ phd_user }} Group={{ phd_user }} [Install] WantedBy=multi-user.target