mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
add proxy env example
This commit is contained in:
parent
1cbdcfbede
commit
c297ccfd44
1 changed files with 5 additions and 0 deletions
|
|
@ -51,7 +51,12 @@ Group=ytd
|
||||||
|
|
||||||
Environment="RUST_LOG=ytd=warn"
|
Environment="RUST_LOG=ytd=warn"
|
||||||
Environment="NO_COLOR=1"
|
Environment="NO_COLOR=1"
|
||||||
|
|
||||||
|
# Environment="HTTP_PROXY=socks5://127.0.0.1:1080"
|
||||||
|
# Environment="HTTPS_PROXY=socks5://127.0.0.1:1080"
|
||||||
|
|
||||||
WorkingDirectory=/var/lib/ytd
|
WorkingDirectory=/var/lib/ytd
|
||||||
|
|
||||||
ExecStart=/usr/local/bin/ytd -c=/etc/ytd.toml
|
ExecStart=/usr/local/bin/ytd -c=/etc/ytd.toml
|
||||||
|
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue