From: José Bollo Date: Tue, 19 May 2020 09:22:26 +0000 (+0200) Subject: Improve use of systemd's states X-Git-Tag: 9.99.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f8f2338aba84394e132fff55b6ebdef7d884292b;hp=f8f2338aba84394e132fff55b6ebdef7d884292b;p=src%2Fapp-framework-main.git Improve use of systemd's states A better handling of systemd state is need to treat correctly transient states. That change includes: - Management of states with numeric identifiers instead of names - Handling of the state "inactive" as a stable state. Most of previous seen problems were coming from that miss. - Returning no error but also no info on the process if it falled to "inactive" meaning that it stopped quickly. Bug-AGL: SPEC-3323 Change-Id: Ibf35eb6257c5583596d675cad0bec2869f5fd5f7 Signed-off-by: José Bollo ---