Commit 3a58bfaa authored by nimrod's avatar nimrod
Browse files

Run Kodi in the host namespace.

Allow accessing the webui.
parent 8e5fcb70
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ PAMName=login
SupplementaryGroups=audio
SupplementaryGroups=cdrom
Environment="DISPLAY=:0"
ExecStart=flatpak run --device=all --filesystem=/etc/group --filesystem=/srv/library tv.kodi.Kodi --standalone --windowing=x11 -fs
ExecStart=flatpak run --device=all --unshare=network --filesystem=/etc/group --filesystem=/srv/library tv.kodi.Kodi --standalone --windowing=x11 -fs
Type=simple
Restart=always
RestartSec=5