mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
Updated Systemd (markdown)
parent
3b8d32be7d
commit
a3f93cf719
1 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ Wants=network.target
|
|||
Type=simple
|
||||
User=aquatic
|
||||
Group=aquatic
|
||||
# Uncomment for debug
|
||||
# Environment="RUST_LOG=debug"
|
||||
# Uncomment if some service starting with delay
|
||||
# ExecStartPre=/bin/sleep 60
|
||||
ExecStart=/usr/local/bin/aquatic-crawler\
|
||||
|
|
@ -25,7 +27,7 @@ ExecStart=/usr/local/bin/aquatic-crawler\
|
|||
--preload=/home/btracker/aquatic-crawler/yggdrasil/preload\
|
||||
--preload-max-filesize=500000\
|
||||
--preload-max-filecount=1\
|
||||
--preload-regex="(png|gif|jpeg|jpg|webp)$"\
|
||||
--preload-regex="\.(png|gif|jpeg|jpg|webp)$"\
|
||||
--sleep=900
|
||||
StandardOutput=file:/home/aquatic/crawler-debug.log
|
||||
StandardError=file:/home/aquatic/crawler-error.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue