mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
16 lines
289 B
Desktop File
16 lines
289 B
Desktop File
[Unit]
|
|
Description=boringproxy Admin Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
Type=simple
|
|
User=boringproxy
|
|
Group=boringproxy
|
|
WorkingDirectory=/home/boringproxy/
|
|
ExecStart=/usr/local/bin/boringproxy server \
|
|
-admin-domain bp.example.com
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|