mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
849a8c848b
This patch fixes a couple of cases where `log.Fatalf` would cause the supervisor to exit immediately when it's inappropriate to do so. `log.Fatalf` and co. should not be used unless the supervisor utterly cannot run without whatever's being checked being in place. This patch also adjusts the code that relied on the module's values being created here being available, they now check and send an appropriate error message if they're not there. |
||
---|---|---|
.. | ||
systemd.go |