initial commit
This commit is contained in:
11
browservice.service
Normal file
11
browservice.service
Normal 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
|
||||
Reference in New Issue
Block a user