2017-09-27 23:15:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description = Kodi Media Center
|
|
|
|
|
|
|
|
# if you don't need the MySQL DB backend, this should be sufficient
|
|
|
|
After = systemd-user-sessions.service network.target sound.target
|
|
|
|
|
|
|
|
# if you need the MySQL DB backend, use this block instead of the previous
|
|
|
|
# After = systemd-user-sessions.service network.target sound.target mysql.service
|
|
|
|
# Wants = mysql.service
|
|
|
|
|
|
|
|
[Service]
|
2017-10-19 19:57:17 +02:00
|
|
|
User = __APP__
|
|
|
|
Group = __APP__
|
2017-09-27 23:15:40 +02:00
|
|
|
Type = simple
|
|
|
|
#PAMName = login # you might want to try this one, did not work on all systems
|
|
|
|
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-standalone -- :0 -nolisten tcp vt7
|
|
|
|
Restart = on-abort
|
|
|
|
RestartSec = 5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy = multi-user.target
|