Skip to content

job-systemd: don't signal sigStopped/sigStarted on systemd reload

When systemd is told to reload all units, it will signal UnitRemoved and UnitNew for all units. This confused LAL and make it tought that applications actually stop, which in turn confuses Lomiri and in certain case caused it to crash.

Make sure it's handled properly, and also handle the case where an app actually die in between this.

Fixes: lomiri#45 (closed)

Merge request reports