14 lines
338 B
SYSTEMD
14 lines
338 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Revoke the PPPoE dial lease every 5s
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
# 5s, against the reconciler's 30s. A demotion must hang up fast -- the window
|
||
|
|
# between "no longer master" and "stopped dialling" is the window in which two
|
||
|
|
# routers can hold one ISP session.
|
||
|
|
OnBootSec=10
|
||
|
|
OnUnitActiveSec=5
|
||
|
|
AccuracySec=1
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|