From 3b2367ee67b3511f79c3cade403b8a57f50ba4ca Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Tue, 5 Aug 2025 22:44:56 +0300 Subject: [PATCH] Updated Systemd (markdown) --- Systemd.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Systemd.md b/Systemd.md index e47d111..cbe44a6 100644 --- a/Systemd.md +++ b/Systemd.md @@ -20,12 +20,13 @@ Group=aquatic # Uncomment if some service starting with delay # ExecStartPre=/bin/sleep 60 ExecStart=/usr/local/bin/aquatic-crawler\ - --infohash=/var/www/aquatic/hash.bin\ - --tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\ - --export-rss=/var/www/aquatic/rss.xml\ - --export-trackers\ - --index-list\ - --enable-tcp + --infohash=/path/to/aquatic/hash.bin\ + --tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\ + --preload=/home/btracker/aquatic-crawler/yggdrasil/preload\ + --preload-max-filesize=500000\ + --preload-max-filecount=1\ + --preload-regex="(png|gif|jpeg|jpg|webp)$"\ + --sleep=900 StandardOutput=file:/home/aquatic/crawler-debug.log StandardError=file:/home/aquatic/crawler-error.log