diff --git a/Systemd.md b/Systemd.md index f531a9f..3480420 100644 --- a/Systemd.md +++ b/Systemd.md @@ -17,8 +17,14 @@ Wants=network-online.target Type=simple User=aquatic Group=aquatic -ExecStartPre=/bin/sleep 10 -ExecStart=/usr/local/bin/aquatic-crawler --infohash=/path/to/ipv6hash.bin --infohash=/path/to/ipv4hash.bin --tracker=udp://host1:port --export-rss=/path/to/rss.xml --export-trackers --enable-tcp +# Uncomment if some service starting with delay +# ExecStartPre=/bin/sleep 60 +ExecStart=/usr/local/bin/aquatic-crawler\ + --infohash=/var/www/aquatic/hash.bin\ + --tracker=udp://[302:68d0:f0d5:b88d::fdb]:6969\ + --export-rss=/var/www/aquatic/rss.xml\ + --export-trackers\ + --enable-tcp StandardOutput=file:/home/aquatic/crawler-debug.log StandardError=file:/home/aquatic/crawler-error.log