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