mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
Updated Systemd (markdown)
parent
43e07bfcb6
commit
3b2367ee67
1 changed files with 7 additions and 6 deletions
13
Systemd.md
13
Systemd.md
|
|
@ -20,12 +20,13 @@ Group=aquatic
|
||||||
# Uncomment if some service starting with delay
|
# Uncomment if some service starting with delay
|
||||||
# ExecStartPre=/bin/sleep 60
|
# ExecStartPre=/bin/sleep 60
|
||||||
ExecStart=/usr/local/bin/aquatic-crawler\
|
ExecStart=/usr/local/bin/aquatic-crawler\
|
||||||
--infohash=/var/www/aquatic/hash.bin\
|
--infohash=/path/to/aquatic/hash.bin\
|
||||||
--tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\
|
--tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\
|
||||||
--export-rss=/var/www/aquatic/rss.xml\
|
--preload=/home/btracker/aquatic-crawler/yggdrasil/preload\
|
||||||
--export-trackers\
|
--preload-max-filesize=500000\
|
||||||
--index-list\
|
--preload-max-filecount=1\
|
||||||
--enable-tcp
|
--preload-regex="(png|gif|jpeg|jpg|webp)$"\
|
||||||
|
--sleep=900
|
||||||
StandardOutput=file:/home/aquatic/crawler-debug.log
|
StandardOutput=file:/home/aquatic/crawler-debug.log
|
||||||
StandardError=file:/home/aquatic/crawler-error.log
|
StandardError=file:/home/aquatic/crawler-error.log
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue