mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 17:15:30 +00:00
1
Systemd
oooo-ps edited this page 2025-09-09 16:35:52 +03:00
#/etc/systemd/system/btracker-gemini.service
[Unit]
After=network.target
Wants=network.target
[Service]
Type=simple
User=btracker
Group=btracker
Environment="RUST_LOG=trace"
Environment="NO_COLOR=1"
ExecStart=/usr/local/bin/btracker-gemini\
-i=/path/to/server.pfx\
-s=/path/to/btracker-fs\
-b=[xxx:xxxx:xxxx:xxxx::xx]:1965\
-t=udp://[xxx:xxxx:xxxx:xxxx::xx]:6969
StandardOutput=file:///path/to/debug.log
StandardError=file:///path/to/error.log
[Install]
WantedBy=multi-user.target