summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-29 01:38:17 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-29 01:38:17 -0300
commitc2d0259a9775af968bd7a58ff70f3666f1adfc6f (patch)
tree7aed48ba6f4f53ac5570b81bc4871960c9c0f59b /libre/xbmc-libre/xbmc.service
parent7a730e1daca10cdb90bd9f73da94bcfcd6c3953a (diff)
xbmc-libre: add new package to libre repo
Diffstat (limited to 'libre/xbmc-libre/xbmc.service')
-rw-r--r--libre/xbmc-libre/xbmc.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/xbmc-libre/xbmc.service b/libre/xbmc-libre/xbmc.service
new file mode 100644
index 000000000..431582f1b
--- /dev/null
+++ b/libre/xbmc-libre/xbmc.service
@@ -0,0 +1,13 @@
+[Unit]
+Description = Starts instance of XBMC using xinit
+After = remote-fs.target
+
+[Service]
+User = xbmc
+Group = xbmc
+Type = simple
+ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 -nolisten tcp
+Restart = always
+
+[Install]
+WantedBy = multi-user.target