summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-example/afm-client/files/afm-client.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-app-framework/recipes-example/afm-client/files/afm-client.service')
-rw-r--r--meta-app-framework/recipes-example/afm-client/files/afm-client.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-example/afm-client/files/afm-client.service b/meta-app-framework/recipes-example/afm-client/files/afm-client.service
index 688c91f..7357174 100644
--- a/meta-app-framework/recipes-example/afm-client/files/afm-client.service
+++ b/meta-app-framework/recipes-example/afm-client/files/afm-client.service
@@ -2,7 +2,7 @@
Description=Simplest application manager
[Service]
-ExecStart=/usr/bin/afb-daemon --mode=remote --port=1234 --token='' --sessiondir=/home/root/.afb-daemon --rootdir=/usr/share/agl/afm-client --alias=/icons:/usr/share/afm/icons
+ExecStart=/usr/bin/afb-daemon --mode=remote --port=1234 --token='' --sessiondir=/home/root/.afb-daemon --rootdir=/usr/share/agl/afm-client --alias=/icons:/var/lib/afm/icons
Restart=on-failure
RestartSec=5