aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phabricator/phd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/phabricator/phd.initd')
-rw-r--r--testing/phabricator/phd.initd10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/phabricator/phd.initd b/testing/phabricator/phd.initd
deleted file mode 100644
index d175e03e8c9..00000000000
--- a/testing/phabricator/phd.initd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/sbin/openrc-run
-
-command="/usr/share/php/phabricator/bin/phd"
-command_args="start"
-start_stop_daemon_args="--quiet"
-
-stop() {
- $command stop
-}
-