aports/testing/phabricator/phd.initd
2018-07-17 12:32:06 +00:00

11 lines
154 B
Plaintext

#!/sbin/openrc-run
command="/usr/share/php/phabricator/bin/phd"
command_args="start"
start_stop_daemon_args="--quiet"
stop() {
$command stop
}