nodes/home.router: fix restart_pppd cronjob
This commit is contained in:
parent
cf4d0c1ca6
commit
41ff060e99
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ nodes['home.router'] = {
|
||||||
# connected longer than 24 hours. We install this cronjob
|
# connected longer than 24 hours. We install this cronjob
|
||||||
# to make sure we don't get disconnected randomly during the
|
# to make sure we don't get disconnected randomly during the
|
||||||
# day.
|
# day.
|
||||||
'restart_pppd': '23 2 * * * root systemctl restart pppoe && date -u +%s > /var/tmp/pppd-last-restart.status',
|
'restart_pppd': '23 2 * * * root systemctl restart pppoe && date -u +\%s > /var/tmp/pppd-last-restart.status',
|
||||||
},
|
},
|
||||||
'dhcpd': {
|
'dhcpd': {
|
||||||
'subnets': {
|
'subnets': {
|
||||||
|
|
Loading…
Reference in a new issue