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-debug.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-debug.conf.in')
-rw-r--r-- | conf/afm-unit-debug.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index 748e27a..abdb580 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -148,7 +148,7 @@ EnvironmentFile=-/var/run/afm-debug/{{idaver}}{{^#target=main}}@{{:#target}}{{/# 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 @@ -161,7 +161,7 @@ StandardError=journal X-AFM--http-port={{:#metadata.http-port}} 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}} \ --port={{:#metadata.http-port}} \ |