From 1d60092ea178bd8555004c7043f3356c7706d727 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 6 Apr 2021 01:05:05 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index ce28ee0..d0eaefa 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,21 +1,21 @@ [Unit] -Description = Kodi Media Center +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 +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] -User = __APP__ -Group = __APP__ -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 +Type=simple +User=__APP__ +Group=__APP__ +#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 \ No newline at end of file +WantedBy=multi-user.target