diff --git a/templates/phabricator_phd_init b/templates/phabricator_phd_init index 0169e6a..ac52f7b 100644 --- a/templates/phabricator_phd_init +++ b/templates/phabricator_phd_init @@ -1,14 +1,14 @@ [Unit] Description=PHD Phabricator After=remote-fs.target [Service] -ExecStart={{ phabricator_path }}bin phd start -ExecReload={{ phabricator_path }}bin phd restart +ExecStart={{ phabricator_path }}bin/phd start +ExecReload={{ phabricator_path }}bin/phd restart KillMode=process Restart=on-failure RestartSec=42s User={{ phd_user }} [Install] WantedBy=multi-user.target