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