Skip to content

Stop models from restarting over and over when the kernel module fails to load.

Erik von Reis requested to merge erik.vonreis/advligorts:stopmodelcycling into master

This makes awgtpman fail if the module service is not loaded, but does systemd will not attempt to start the module.

Previously if the module failed, awgtpman would eventually restart, triggering a restart of the whole model. This would lead to cluttered logs full of errors from each restart. This chang fixes that issue.

Merge request reports