dnsmasq: store dhcp lease file on /persist
This commit is contained in:
parent
3c950704e1
commit
2b22c7aa91
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ longrun {
|
||||||
--log-debug \
|
--log-debug \
|
||||||
--log-queries \
|
--log-queries \
|
||||||
--log-facility=- \
|
--log-facility=- \
|
||||||
--dhcp-leasefile=/run/${name}.leases \
|
--dhcp-leasefile=$(mkstate ${name})/leases \
|
||||||
--pid-file=/run/${name}.pid
|
--pid-file=/run/${name}.pid
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue