[SCM] xbmc/master: Ship systemd .services file

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Tue Jun 24 18:58:01 UTC 2014


The following commit has been merged in the master branch:
commit c73e003be6d7e56b9b6b9d098acaa905c5da4a44
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Tue Jun 24 19:34:30 2014 +0200

    Ship systemd .services file

diff --git a/debian/xbmc.service b/debian/xbmc.service
new file mode 100644
index 0000000..9101fb2
--- /dev/null
+++ b/debian/xbmc.service
@@ -0,0 +1,16 @@
+[Unit]
+Description = XBMC Media Center
+After = remote-fs.target
+After = syslog.target
+ 
+[Service]
+User = xbmc
+Group = xbmc
+Type = simple
+Restart = always
+RestartSec=5
+KillMode=process
+ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0
+ 
+[Install]
+WantedBy = multi-user.target

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list