From de2407874a83630ae276bcdd271d927a6a70b165 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Sun, 26 Oct 2025 05:05:45 +0200 Subject: [PATCH] Updated Systemd (markdown) --- Systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Systemd.md b/Systemd.md index d5d83ee..7e6fc34 100644 --- a/Systemd.md +++ b/Systemd.md @@ -38,7 +38,7 @@ ExecStart=/usr/local/bin/aquatic-crawler\ --preload=/home/btracker/aquatic-crawler/yggdrasil/preload\ --preload-max-filesize=500000\ --preload-max-filecount=10\ - --preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|nfo|txt)$" + --preload-regex=\.(png|gif|jpeg|jpg|webp|svg|log|nfo|txt)$ StandardOutput=file:///home/aquatic/crawler-debug.log StandardError=file:///home/aquatic/crawler-error.log