mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-03 16:04:53 +01:00
wifilife: v1.4.3: enable core dump
This commit is contained in:
parent
36aea45a9d
commit
c3e0749ec4
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ start_service() {
|
|||
|
||||
procd_open_instance
|
||||
procd_set_param command ${PROG} -d -l -f -o /tmp/wifiagent.log
|
||||
procd_set_param limits core="unlimited"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
|
||||
|
|
@ -22,6 +23,7 @@ start_service() {
|
|||
if [ "$enable" == "1" ]; then
|
||||
echo $enable > $ENABLE
|
||||
procd_set_param command ${PROG} -c -d -l -f -o /tmp/wificntlr.log
|
||||
procd_set_param limits core="unlimited"
|
||||
fi
|
||||
procd_close_instance
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue