diff --git a/Systemd.md b/Systemd.md index 247fdbf..583ddc2 100644 --- a/Systemd.md +++ b/Systemd.md @@ -12,7 +12,9 @@ ExecStart=/usr/local/bin/btracker\ --public=./public\ --tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\ --tracker=udp://tracker.ygg:6969 -StandardOutput=file:/path/to/debug.log +# https://github.com/rwf2/Rocket/issues/2951 +# StandardOutput=file:/path/to/debug.log +StandardOutput=null StandardError=file:/path/to/error.log [Install]