mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Due to a previous decision [1] we were not restarting any non-running unit, this commit changes that back so non-running units are not restarted only if the unit is also disabled. This way, stopping and restarting works more similarly to how it is usually expected. Fixes LP#2012630. [1] https://forum.snapcraft.io/t/command-line-interface-to-manipulate-services/262/46