From 0870cee7f3b7f67eeeb20542d197c986de02795d Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Thu, 14 Aug 2025 04:49:50 +0300 Subject: [PATCH] Updated Systemd (markdown) --- Systemd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Systemd.md b/Systemd.md index 42d2858..691076b 100644 --- a/Systemd.md +++ b/Systemd.md @@ -38,8 +38,8 @@ ExecStart=/usr/local/bin/aquatic-crawler\ --preload-max-filesize=500000\ --preload-max-filecount=10\ --preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|txt)$" -StandardOutput=file:/home/aquatic/crawler-debug.log -StandardError=file:/home/aquatic/crawler-error.log +StandardOutput=file:///home/aquatic/crawler-debug.log +StandardError=file:///home/aquatic/crawler-error.log [Install] WantedBy=multi-user.target