diff --git a/roles/phabricator/templates/phd_init b/roles/phabricator/templates/phd_init index 567546f..79a6fec 100644 --- a/roles/phabricator/templates/phd_init +++ b/roles/phabricator/templates/phd_init @@ -1,16 +1,16 @@ [Unit] Description=PHD Phabricator After=remote-fs.target [Service] Type=oneshot RemainAfterExit=true ExecStart={{ phabricator_path }}phabricator/bin/phd launch 1 trigger ExecStart={{ phabricator_path }}phabricator/bin/phd launch 5 task ExecStart=/opt/pull-daemons.sh -ExecStop={{ phabricator_path }}phabricator/bin/phd stop --force --gracefull 5 +ExecStop={{ phabricator_path }}phabricator/bin/phd stop --force --graceful 5 User={{ phd_user }} Group={{ phd_user }} [Install] WantedBy=multi-user.target