mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-11-27 18:10:38 +00:00
19 lines
357 B
Desktop File
19 lines
357 B
Desktop File
[Unit]
|
|
Description=socks5
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/ngrok/socks5
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
IgnoreSIGPIPE=true
|
|
Restart=always
|
|
RestartSec=3
|
|
Type=simple
|
|
Environment="PROXY_USER=<PROXY_USER>"
|
|
Environment="PROXY_PASSWORD=<PROXY_PASSWORD>"
|
|
Environment="PROXY_PORT=<PROXY_PORT>"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|