- 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
13 lines
211 B
Desktop File
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
|
|
|