ppp freeze hotfix
This commit is contained in:
parent
bd558481be
commit
1540443a5b
@ -141,6 +141,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
# ppp session freezes when running long, so we just restart it regularly
|
||||
# (this is an industry standard, looking at you Fritz!Box!)
|
||||
systemd.services."pppd-ntvdsl-restart" = {
|
||||
path = [ "systemctl" ];
|
||||
script = ''
|
||||
systemctl restart pppd-ntvdsl.service
|
||||
'';
|
||||
startAt = "*-*-* 03:00:00";
|
||||
};
|
||||
|
||||
|
||||
# Routing tables
|
||||
# Table: 10000
|
||||
|
Loading…
Reference in New Issue
Block a user