Revert "home.router: disable pppd restart at night"

This reverts commit 493dc91e0d.
This commit is contained in:
Franzi 2024-04-14 10:09:08 +02:00
parent 0f9222424e
commit a155fe22cb
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -39,15 +39,15 @@ nodes['home.router'] = {
'172.19.139.0/24', '172.19.139.0/24',
}, },
}, },
# 'cron': { 'cron': {
# 'jobs': { 'jobs': {
# # Our internet provider resets the connection if you're # Our internet provider resets the connection if you're
# # 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',
# }, },
# }, },
'kea-dhcp-server': { 'kea-dhcp-server': {
'subnets': { 'subnets': {
'enp1s0.1138': { 'enp1s0.1138': {