Skip to content
Snippets Groups Projects
Commit 3a58bfaa authored by nimrod's avatar nimrod
Browse files

Run Kodi in the host namespace.

Allow accessing the webui.
parent 8e5fcb70
No related branches found
No related tags found
No related merge requests found
Pipeline #788 passed
...@@ -18,7 +18,7 @@ PAMName=login ...@@ -18,7 +18,7 @@ PAMName=login
SupplementaryGroups=audio SupplementaryGroups=audio
SupplementaryGroups=cdrom SupplementaryGroups=cdrom
Environment="DISPLAY=:0" 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 Type=simple
Restart=always Restart=always
RestartSec=5 RestartSec=5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment