mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 09:45:12 +03:00
10 lines
154 B
Text
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
|
|
}
|
|
|