Age | Commit message (Collapse) | Author |
|
This reverts commit 3848e2f712ee8cd9b08c156a52d614c30b1aea20.
This shows on bootup:
[ 10.380956] systemd[1]: /lib/systemd/system/vyos-router.service:17:
Unknown section 'Mount'. Ignoring.
|
|
|
|
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`.
|
|
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.
|
|
* 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
|