Fix: openrc
This commit is contained in:
parent
0f46814312
commit
87b3496907
@ -15,9 +15,9 @@ depend() {
|
|||||||
start() {
|
start() {
|
||||||
ebegin "Starting frpc"
|
ebegin "Starting frpc"
|
||||||
start-stop-daemon --start --background \
|
start-stop-daemon --start --background \
|
||||||
|
--make-pidfile --pidfile $pidfile \
|
||||||
--exec $command \
|
--exec $command \
|
||||||
-- $command_opts \
|
-- $command_opts
|
||||||
--make-pidfile --pidfile $pidfile
|
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,9 +15,9 @@ depend() {
|
|||||||
start() {
|
start() {
|
||||||
ebegin "Starting frps"
|
ebegin "Starting frps"
|
||||||
start-stop-daemon --start --background \
|
start-stop-daemon --start --background \
|
||||||
|
--make-pidfile --pidfile $pidfile \
|
||||||
--exec $command \
|
--exec $command \
|
||||||
-- $command_opts \
|
-- $command_opts
|
||||||
--make-pidfile --pidfile $pidfile
|
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user