kodi-wayland: cage needs env var set to work
Still not optimal but this addition allows kodi-wayland.service to start now that we are no longer in user.slice. Fixes #27.
This commit is contained in:
parent
34515c3338
commit
60936bef1d
@ -7,6 +7,7 @@ Conflicts=getty@tty1.service
|
|||||||
[Service]
|
[Service]
|
||||||
User=kodi
|
User=kodi
|
||||||
Group=kodi
|
Group=kodi
|
||||||
|
Environment="XDG_RUNTIME_DIR=/tmp"
|
||||||
EnvironmentFile=-/etc/conf.d/kodi-standalone
|
EnvironmentFile=-/etc/conf.d/kodi-standalone
|
||||||
TTYPath=/dev/tty1
|
TTYPath=/dev/tty1
|
||||||
Environment=WINDOWING=wayland
|
Environment=WINDOWING=wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user