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.service11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000..735717439
--- /dev/null
+++ b/meta-app-framework/recipes-example/afm-client/files/afm-client.service
@@ -0,0 +1,11 @@
+[Unit]
+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:/var/lib/afm/icons
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=default.target
+