Files
browservice-systemd-unit/browservice.service
2021-01-18 18:37:05 +01:00

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