diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-31 17:09:08 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-08-31 17:09:08 +0200 |
commit | 26ff2316de1367079beddbbc2eebabeb7a665b5d (patch) | |
tree | 2171bedfb6302f6e4018f0ebbf90ab9711decd1f /conf/afm-unit.conf.in | |
parent | 9ece8f769e35eb9b211c4f21f613840fe3bea492 (diff) |
afm-unit.conf: improve setting of names
The names are now prefixed by "afbd-" to clearly
identify the binder daemon.
Change-Id: I0dbd0a5dd68260a6315599e18e3e2f4a6be3efc5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/afm-unit.conf.in')
-rw-r--r-- | conf/afm-unit.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/afm-unit.conf.in b/conf/afm-unit.conf.in index 1b6f062..237f8ce 100644 --- a/conf/afm-unit.conf.in +++ b/conf/afm-unit.conf.in @@ -144,7 +144,7 @@ Environment=PATH=/usr/sbin:/usr/bin:/sbin:/bin:{{:#metadata.install-dir}} Environment=LD_LIBRARY_PATH=$ORIGIN/lib -SyslogIdentifier={{idaver}}{{^#target=main}}@{{:#target}}{{/#target=main}} +SyslogIdentifier=afbd-{{idaver}}{{^#target=main}}@{{:#target}}{{/#target=main}} StandardInput=null StandardOutput=journal StandardError=journal @@ -159,7 +159,7 @@ X-AFM--http-port={{:#metadata.http-port}} {{/content.type=application/vnd.agl.service}} ExecStart=/usr/bin/afb-daemon \ - --name {{idaver}}{{^#target=main}}@{{:#target}}{{/#target=main}} \ + --name afbd-{{idaver}}{{^#target=main}}@{{:#target}}{{/#target=main}} \ --rootdir={{:#metadata.install-dir}} \ --workdir={{&#metadata.app-data-dir}}/{{id}} \ {{#content.type=application/vnd.agl.service}}\ |