nodes/home.router: fix restart_pppd cronjob

This commit is contained in:
Franzi 2020-12-12 09:12:05 +01:00
parent cf4d0c1ca6
commit 41ff060e99
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -41,7 +41,7 @@ nodes['home.router'] = {
# connected longer than 24 hours. We install this cronjob
# to make sure we don't get disconnected randomly during the
# 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': {
'subnets': {