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 | |
parent | ee6ac6c21e35553cae86f99bfde8cf05fe90be0a (diff) |
unit.conf: binder's service of type notify
Change-Id: Ibb80974c65f48d7473b8aa56604154bf70a49e14
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | conf/afm-unit-debug.conf.in | 1 | ||||
-rw-r--r-- | conf/afm-unit.conf.in | 1 | ||||
-rw-r--r-- | conf/generate-unit-conf/binder.inc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index 448a1ae..8e6fbed 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -153,6 +153,7 @@ StandardError=journal ;--------------------------------------------------------------------------------- {{#content.type=text/html|application/vnd.agl.native|application/vnd.agl.service}} X-AFM-http-port={{:#metadata.http-port}} +Type=notify ExecStart=/usr/bin/afb-daemon \ --name afbd-{{idaver}}{{^#target=main}}@{{:#target}}{{/#target=main}} \ --rootdir={{:#metadata.install-dir}} \ diff --git a/conf/afm-unit.conf.in b/conf/afm-unit.conf.in index ce8437c..1e95769 100644 --- a/conf/afm-unit.conf.in +++ b/conf/afm-unit.conf.in @@ -152,6 +152,7 @@ StandardError=journal {{^content.type=application/vnd.agl.service}} X-AFM--http-port={{:#metadata.http-port}} {{/content.type=application/vnd.agl.service}} +Type=notify ExecStart=/usr/bin/afb-daemon \ --name afbd-{{idaver}}{{^#target=main}}@{{:#target}}{{/#target=main}} \ --rootdir={{:#metadata.install-dir}} \ 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}} \ |