ghproxy/deploy/ghproxy.service
2024-10-25 18:00:31 +08:00

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