summaryrefslogtreecommitdiff
path: root/libre-testing/xbmc-libre/xbmc.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-07 21:54:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-07 21:55:50 -0300
commit7a0427b60bcee5b904ee5d48438e793f1c77777f (patch)
tree52a2798278d992c586928c908bc8a6cff17153bf /libre-testing/xbmc-libre/xbmc.service
parent8a74ba04714d58746a48eea38d39a0e53de40be1 (diff)
xbmc-libre-13.0-2: add new version of this package (Gotham) to [libre-testing] because it is unstable with some addons
Diffstat (limited to 'libre-testing/xbmc-libre/xbmc.service')
-rw-r--r--libre-testing/xbmc-libre/xbmc.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/libre-testing/xbmc-libre/xbmc.service b/libre-testing/xbmc-libre/xbmc.service
new file mode 100644
index 000000000..d36ddb05a
--- /dev/null
+++ b/libre-testing/xbmc-libre/xbmc.service
@@ -0,0 +1,16 @@
+[Unit]
+Description = Starts instance of XBMC using xinit
+After = systemd-user-sessions.service
+Conflicts=getty@tty7.service
+
+[Service]
+User = xbmc
+Group = xbmc
+PAMName=login
+Type = simple
+TTYPath=/dev/tty7
+ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp vt7
+Restart = on-abort
+
+[Install]
+WantedBy = multi-user.target