Files
boxtools/desktop/boxweb-browser.service
Markus Zolliker 63373404e6 firewall and routing of port 80 to 8080
- create nftables in install.py
- routing of port 80 to 8080 if boxweb is using 8080
- modified change_firewall in utils.py used also by router.py
+ automatically start desktop and web browser when boxweb is
  configured
2025-10-14 17:24:11 +02:00

13 lines
211 B
Desktop File

[Unit]
Description = Running Web Browser for boxweb
Requires=labwc.service
Requires=boxweb.service
[Service]
Type=simple
ExecStart = /home/l_samenv/boxweb/start_browser.py
[Install]
WantedBy = default.target