diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-18 14:16:14 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-18 14:16:14 +0100 |
commit | 430c9d60531bff7d28c3a3bd11a8e9f9756fb219 (patch) | |
tree | 1f501338d3e8b9c8c62c4d3559211d7cc1fee1ef /conf.d/project | |
parent | 9fe1a36ddfc85638958681dc3f929d47df117cd3 (diff) |
Fix: absolute non significant path to plugins
Now relative to afb-daemon workdir.
Change-Id: Ic60c7d332d1e18396b85881683a7ada4bfbf4ca2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/etc/control-daemon.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/project/etc/control-daemon.json b/conf.d/project/etc/control-daemon.json index 2189bf0..7a7e162 100644 --- a/conf.d/project/etc/control-daemon.json +++ b/conf.d/project/etc/control-daemon.json @@ -10,13 +10,13 @@ "plugins": [ { "uid": "low-can-callbacks", - "ldpath": "/home/claneys/Workspace/Sources/IOTbzh/Signaling/afb-signal-composer/build/package/lib/plugins", + "ldpath": "lib/plugins", "info": "Manage interaction with low-can service", "basename": "low-can" }, { "uid": "gps-callbacks", - "ldpath": "/home/claneys/Workspace/Sources/IOTbzh/Signaling/afb-signal-composer/build/package/lib/plugins", + "ldpath": "lib/plugins", "info": "Manage interaction with gps service", "basename": "gps" } |