File kodi.service of Package kodi-next
[Unit] Description = Kodi Media Center (Started with xinit) After = systemd-user-sessions.service network.target sound.target mysql.service openvpn.service Wants = mysql.service Conflicts=getty@tty7.service [Service] User = kodi Group = kodi Type = simple PermissionsStartOnly = true TimeoutStartSec = 75 ExecStartPre = /bin/sleep 20 ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-standalone -- :0 -nolisten tcp vt7 Restart = on-abort [Install] WantedBy = multi-user.target