summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-example/afm-client/files
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-14 18:24:09 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-12-14 18:24:09 +0000
commit6bcddb9900436c82b08039fa97de9bb057810c4e (patch)
treefb578d47ca75f50352b72f83f314091a98fe47d2 /meta-app-framework/recipes-example/afm-client/files
parentb6960b346e4efc0f74a0618744d4decc05358258 (diff)
parent524e55787139d2eb728106871499023daa95aba6 (diff)
Merge "Move all writable data used by security-manager and appfw to /var"
Diffstat (limited to 'meta-app-framework/recipes-example/afm-client/files')
-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