[SCM] kodi/master: Remove spaces around '=' in service file

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Feb 5 01:01:01 UTC 2017


The following commit has been merged in the master branch:
commit 5fca61d1106b12ca8a9b7256a57709dce6661f58
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Feb 5 01:24:05 2017 +0100

    Remove spaces around '=' in service file
    
    Also convert service file to use Unix line ending

diff --git a/debian/kodi.service b/debian/kodi.service
index de85126..467885b 100644
--- a/debian/kodi.service
+++ b/debian/kodi.service
@@ -1,16 +1,16 @@
-[Unit]
-Description = Kodi Open Source Home Theatre
-After = remote-fs.target
-After = syslog.target
- 
-[Service]
-User = kodi
-Group = kodi
-Type = simple
-Restart = always
-RestartSec=5
-KillMode=process
-ExecStart = /usr/bin/xinit /usr/bin/kodi-standalone -- :0
- 
-[Install]
-WantedBy = multi-user.target
+[Unit]
+Description=Kodi Open Source Home Theatre
+After=remote-fs.target
+After=syslog.target
+
+[Service]
+User=kodi
+Group=kodi
+Type=simple
+Restart=always
+RestartSec=5
+KillMode=process
+ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0
+
+[Install]
+WantedBy=multi-user.target

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list