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