Files
boringproxy/scripts/boringproxy-client@.service
2021-01-04 02:40:17 -07:00

13 lines
279 B
Desktop File

[Unit]
Description=BoringProxy Client (%I client)
After=network.target
[Service]
PrivateTmp=true
Type=simple
User=root
Group=root
ExecStart=/usr/local/bin/boringproxy client -server bp.example.com -token your-bp-server-token -client-name %i
[Install]
WantedBy=multi-user.target