summaryrefslogtreecommitdiff
path: root/community-testing/xbmc/xbmc.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/xbmc/xbmc.service')
-rw-r--r--community-testing/xbmc/xbmc.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/xbmc/xbmc.service b/community-testing/xbmc/xbmc.service
deleted file mode 100644
index b66e35c80..000000000
--- a/community-testing/xbmc/xbmc.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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
-Restart = on-failure
-
-[Install]
-WantedBy = multi-user.target