mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Update systemd.service
This commit is contained in:
parent
ef0d7ea6c1
commit
1d60092ea1
1 changed files with 9 additions and 9 deletions
|
@ -9,9 +9,9 @@ After = systemd-user-sessions.service network.target sound.target
|
|||
# Wants = mysql.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue