2017-09-27 23:15:40 +02:00
|
|
|
[Unit]
|
2021-04-06 01:05:05 +02:00
|
|
|
Description=Kodi Media Center
|
2017-09-27 23:15:40 +02:00
|
|
|
|
|
|
|
# if you don't need the MySQL DB backend, this should be sufficient
|
2021-04-06 01:05:05 +02:00
|
|
|
After=systemd-user-sessions.service network.target sound.target
|
2017-09-27 23:15:40 +02:00
|
|
|
|
|
|
|
# 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]
|
2021-04-06 01:05:05 +02:00
|
|
|
Type=simple
|
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
|
|
|
#PAMName=login # you might want to try this one, did not work on all systems
|
2021-04-07 17:02:37 +02:00
|
|
|
ExecStart=/usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi -- :0 -nolisten tcp vt7
|
2021-04-06 01:05:05 +02:00
|
|
|
Restart=on-abort
|
2017-09-27 23:15:40 +02:00
|
|
|
RestartSec = 5
|
|
|
|
|
|
|
|
[Install]
|
2021-04-06 01:05:05 +02:00
|
|
|
WantedBy=multi-user.target
|