summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.vyos-router.service
AgeCommit message (Collapse)Author
2020-12-22Revert "systemd: mount bpf sysfs directory"Christian Poessinger
This reverts commit 3848e2f712ee8cd9b08c156a52d614c30b1aea20. This shows on bootup: [ 10.380956] systemd[1]: /lib/systemd/system/vyos-router.service:17: Unknown section 'Mount'. Ignoring.
2020-12-18systemd: mount bpf sysfs directoryChristian Poessinger
2020-09-10Cloud-Init: T2117: Added order dependency for cloud-config.servicezsdc
As part of cleaning up our Cloud-Init package from changes incompatible with the upstream package, the `Before=vyos-router.service` should be moved from the `cloud-config.service` file to the `vyos-router.service` as `After=cloud-config.service`. This should not affect anyhow the `vyos-router.service`, it will work as before in systems without Cloud-Init. In systems with Cloud-Init package the `vyos-router.service` should be run after the `cloud-config.service`.
2018-10-17T901: increase vyos-router startup timeoutChristian Poessinger
With a lot of firewall zones and rules the startup of vyos-router could be aborted due to timeout on weak hardware (e.g. Intel ATOM D525). Increase the systemd timeout value from 5 to 20 minutes to give the vyos-service enough time to startup even on less powerful hardware.
2018-10-15Rework vyos router init (#11)Kim
* Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation