From: José Bollo Date: Wed, 15 Mar 2017 10:49:29 +0000 (+0100) Subject: Emits reload to systemd when needed X-Git-Tag: x-first-with-systemd~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=fb0f81a1d8b5369842269fa1bdb9ad8d52882491;hp=fb0f81a1d8b5369842269fa1bdb9ad8d52882491;p=src%2Fapp-framework-main.git Emits reload to systemd when needed The current implementation enforce the reload when a 'wants' target is created or deleted. This should work well for system units. However, for system units, this behaviour isn't enought when more that a user is active because only the user that installs the application will be updated. For this reason, a paralelle mechanism has to be defined. Also note that systemd is henceforth required for tools because wgtpkg-installer needs it now. Change-Id: I4fc03a44dbc58c2374ea21dbf6b436f646d04e00 Signed-off-by: José Bollo ---