summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-10 16:39:14 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-10 16:39:14 -0300
commit8ba3b93ef7bc7cb3340ba8a10baf07616ac9befb (patch)
treefea39cc725d11b48a9181d9f27b5e8eb9ff7d15e /libre/xbmc-libre/xbmc.service
parent620a9ad39a9b8be08cfa4055de85e68316348e39 (diff)
xbmc-libre-13.1-5: fix issues reported from Arch
FIXES: FS#41391 (https://bugs.archlinux.org/task/41391) - [xbmc] Since the new xorg update, xbmc.service does not start remove xbmc.service add note linking to the wiki FS#41421 (https://bugs.archlinux.org/task/41421) - [xbmc] Crashing a lot, upstream says build not supported use internal xbmc ffmpeg, it fixes issues for the ones affected FS#41498 (https://bugs.archlinux.org/task/41498) - [xbmc] Missing PIL dependency
Diffstat (limited to 'libre/xbmc-libre/xbmc.service')
-rw-r--r--libre/xbmc-libre/xbmc.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/libre/xbmc-libre/xbmc.service b/libre/xbmc-libre/xbmc.service
deleted file mode 100644
index 90119f07d..000000000
--- a/libre/xbmc-libre/xbmc.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description = Starts instance of XBMC using xinit
-After = systemd-user-sessions.service network.target
-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 -- :0 -nolisten tcp vt7
-Restart = on-abort
-
-[Install]
-WantedBy = multi-user.target