mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-18 18:21:23 +01:00
further accomodations for uci
This commit is contained in:
parent
6f423990f5
commit
d5000fbf2e
1 changed files with 10 additions and 1 deletions
|
|
@ -9,8 +9,17 @@ NAME=dongled
|
|||
start_service() {
|
||||
procd_open_instance
|
||||
config_load libmobile
|
||||
|
||||
config_get debug libmobile debug 0
|
||||
# config_get name libmobile name
|
||||
procd_open_instance
|
||||
procd_set_param command "/sbin/dongle"
|
||||
|
||||
procd_append_param command --loglevel "$debug"
|
||||
# if [ "$name" ]
|
||||
# then
|
||||
# procd_append_param command --path "$name"
|
||||
# fi
|
||||
|
||||
procd_set_param respawn
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue