summaryrefslogtreecommitdiff
path: root/data/templates/ntp/override.conf.tmpl
AgeCommit message (Collapse)Author
2022-04-14ntp: T4353: fix Jinja2 linting errorsChristian Poessinger
2022-04-13ntp: T4333: migrate to new vyos_defined Jinja2 testChristian Poessinger
2021-01-17ntp: T2185: store configuration in volatile /run areaChristian Poessinger
2021-01-13ssh: T3212: do not make /run/sshd directory disappear on failureChristian Poessinger
2020-07-04ntp: vrf: T2682: support restart on failure indefinitelyChristian Poessinger
Linux tries to bind sshd to the VRF but it is yet not ready - for any arbitrary reason. After restarting SSH to often (rate-limiting) it is blocked by systemd. Using Restart/RestartSec is not enough - systemd services use start rate limiting (enabled by default). If service is started more than StartLimitBurst times in StartLimitIntervalSec seconds is it not permitted to start any more. Parameters are inherited from DefaultStartLimitIntervalSec (default 10s) and DefaultStartLimitBurst (default 5).
2020-06-13ntp: T2321: add VRF supportChristian Poessinger