summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-http-api.service
AgeCommit message (Collapse)Author
2020-06-25http-api: T2494: systemd http-api has no link getty.targetThomas Mangin
WantedBy is about the service installation and is not related to the boot order, linking to vyos.target instead
2020-06-25http-api: T2494: remove "barrier" PreExecThomas Mangin
The PreExec is making sure that the vyos-config-status file exists and blocks until it does. This file is created on boot completion and I can see no reason why the http service has to wait for the end of boot to start. Any barrier to start should be done with systemd itself.
2020-06-25http-api: T2494: remove inaccurate systemd commentThomas Mangin
2020-06-25systemd: T2494: use Type=notify with daemonThomas Mangin
Notify systemd via the notify API when the python daemon are ready to take connection https://github.com/torfsen/python-systemd-tutorial
2019-07-01[HTTP API] T1431: check init/vyos-config before starting HTTP API serviceJohn Estabrook
2019-06-17[HTTP API] T1431: make systemd restart the HTTP API service on failure.Daniil Baturin
2019-06-17T1431: Fix vyos-http-server logging to journald.Daniil Baturin
2019-06-16T1431: initial implementation of the HTTP API.Daniil Baturin