summaryrefslogtreecommitdiff
path: root/devel/phabricator/files/phd.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/phabricator/files/phd.in')
-rw-r--r--devel/phabricator/files/phd.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/phabricator/files/phd.in b/devel/phabricator/files/phd.in
index 5f74c25425a5..317a4c559552 100644
--- a/devel/phabricator/files/phd.in
+++ b/devel/phabricator/files/phd.in
@@ -49,7 +49,8 @@ phd_poll()
phd_restart()
{
- run_rc_command stop
+ ${stop_cmd}
+ phd_poll
run_rc_command start
}