mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
wifilife: add option for continuous record logging
This commit is contained in:
parent
a71f0184e1
commit
f1757d70f7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ USE_PROCD=1
|
|||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command ${PROG} -d -l
|
||||
procd_set_param command ${PROG} -d -l -f -o /tmp/wifiagent.log
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ start_service() {
|
|||
config_load owsd
|
||||
config_get enable ubusproxy enable
|
||||
if [ "$enable" == "1" ]; then
|
||||
procd_set_param command ${PROG} -c -d -l
|
||||
procd_set_param command ${PROG} -c -d -l -f -o /tmp/wificntlr.log
|
||||
fi
|
||||
procd_close_instance
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue