12 lines
261 B
Desktop File
12 lines
261 B
Desktop File
[Unit]
|
|
Description=Run browservice as unprivileged user
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=browservice
|
|
ExecStart=/opt/browservice-0.9.1.2/release/bin/browservice --http-listen-addr=0.0.0.0:8080
|
|
ExecStop=/bin/kill -s STOP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|