meta-app-framework: applaunchd: update for gRPC addition
[AGL/meta-agl.git] / meta-app-framework / recipes-core / applaunchd / applaunchd / applaunchd.service
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service b/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service
new file mode 100644 (file)
index 0000000..95673e9
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Wants=network.target
+After=network.target
+
+[Service]
+User=agl-driver
+Environment=XDG_DATA_DIRS=/usr/share
+ExecStart=/usr/bin/applaunchd
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target