mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-06-13 04:34:13 +08:00
20 lines
343 B
Desktop File
20 lines
343 B
Desktop File
[Unit]
|
|
Description=hubproxy
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
Environment=CONFIG_PATH=/etc/hubproxy/config.toml
|
|
ExecStart=/usr/bin/hubproxy
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=hubproxy
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|