summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-demo/momiplay/momiplay/momiplay.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-lxc/recipes-demo/momiplay/momiplay/momiplay.service')
-rw-r--r--meta-agl-lxc/recipes-demo/momiplay/momiplay/momiplay.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-agl-lxc/recipes-demo/momiplay/momiplay/momiplay.service b/meta-agl-lxc/recipes-demo/momiplay/momiplay/momiplay.service
new file mode 100644
index 00000000..e8fa2afe
--- /dev/null
+++ b/meta-agl-lxc/recipes-demo/momiplay/momiplay/momiplay.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=momiplayer
+After=multi-user.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/default/momiplay
+ExecStart=/usr/bin/momiplay
+
+[Install]
+WantedBy=multi-user.target