initial commit

This commit is contained in:
2021-01-18 18:37:05 +01:00
commit b9181fed3b

11
browservice.service Normal file
View File

@@ -0,0 +1,11 @@
[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