1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 09:45:12 +03:00
aports/testing/phabricator/phd.initd
2018-07-17 12:32:06 +00:00

10 lines
154 B
Text

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