Treat correctly running/not running status 77/17677/1
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 5 Nov 2018 17:14:15 +0000 (18:14 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 5 Nov 2018 17:14:15 +0000 (18:14 +0100)
commit44c70fd80a3ff8931aa97555ceaf5ed578e4f8be
treedf315bba53965b9ad13f6f2972b370909b651943
parentbceaf2cc403176fd808d4e00be893671be3f4bb0
Treat correctly running/not running status

Systemd returns 0 for services that don't run.
It wasn't checked well causing weird effect:
trying to terminate an application not running
killed afm-system-daemon because kill(0) kills
all processes of the group of the caller.

Bug-AGL: SPEC-1836

Change-Id: I1bd64faf871ecd42aaaa5449312e8b8cb26ee9dd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afm-binding.c
src/afm-urun.c