mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
13 lines
No EOL
314 B
Desktop File
13 lines
No EOL
314 B
Desktop File
[Unit]
|
|
Description=Github Proxy Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash -c '/usr/local/ghproxy/ghproxy -cfg /usr/local/ghproxy/config/config.toml > /usr/local/ghproxy/log/run.log 2>&1'
|
|
WorkingDirectory=/usr/local/ghproxy
|
|
Restart=always
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |