Files
boxtools/todo/boxweb-browser.service
Markus Zolliker 51c7043d4d remove labwc and boxweb-browser from user services
need to rethink - should depend whether boxweb is configured
- either keep it and enable/disable from install.py
- or install only when needed - uninstall whn not longer needed?
- waitboot is needed anyway
2025-09-02 08:26:24 +02:00

13 lines
227 B
Desktop File

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