mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifimngr: ease wifimngr debugging
Two params are needed to enable wifimngr debugging. 1. env IOP_LLA_LIBS_DEBUG=3 #for debugging only 2. stderr 1 Second param is added and commented out by default. Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
This commit is contained in:
parent
74618b9377
commit
0a0cad9715
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ start_service() {
|
|||
procd_open_instance
|
||||
procd_set_param command ${PROG}
|
||||
# procd_set_param env IOP_LLA_LIBS_DEBUG=3 #for debugging only
|
||||
# procd_set_param stderr 1 #for debugging only
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue