diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-20 16:08:19 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-24 17:44:57 +0100 |
commit | 8c44f9cb53eb74200ac6d25a89b4e5cf12394cdb (patch) | |
tree | 93fb945a8446d6911ff2244f14c4ed9e8e26461b /conf/generate-unit-conf/binder.inc | |
parent | ee6ac6c21e35553cae86f99bfde8cf05fe90be0a (diff) |
unit.conf: binder's service of type notify
Change-Id: Ibb80974c65f48d7473b8aa56604154bf70a49e14
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/generate-unit-conf/binder.inc')
-rw-r--r-- | conf/generate-unit-conf/binder.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/generate-unit-conf/binder.inc b/conf/generate-unit-conf/binder.inc index 2566365..98efd4e 100644 --- a/conf/generate-unit-conf/binder.inc +++ b/conf/generate-unit-conf/binder.inc @@ -8,6 +8,7 @@ X-AFM--http-port={{:#metadata.http-port}} ENDIF ENDIF +Type=notify ExecStart=/usr/bin/afb-daemon \ --name afbd-TARGET \ --rootdir={{:#metadata.install-dir}} \ |