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