Fix service
This commit is contained in:
parent
c302c51a68
commit
f25cb1f9f0
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ start_service() {
|
|||
procd_set_param command /usr/sbin/wwan_loop
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
procd_set_param respawn ${respawn_threshold:-600} ${respawn_timeout:-10} ${respawn_retry:-12}
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue