mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-02 10:05:30 +00:00
Updated Systemd (markdown)
parent
9dc50a32e1
commit
240ed062dd
1 changed files with 9 additions and 0 deletions
|
|
@ -15,13 +15,22 @@ Wants=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
User=aquatic
|
User=aquatic
|
||||||
Group=aquatic
|
Group=aquatic
|
||||||
|
|
||||||
|
# Handling torrents with a large number of files
|
||||||
|
# * if you encounter issues such as:
|
||||||
|
# "Error opening '/path/to/file' in read/write mode.
|
||||||
|
# LimitNOFILE=65536
|
||||||
|
|
||||||
# Uncomment for debug
|
# Uncomment for debug
|
||||||
# Environment="RUST_LOG=debug"
|
# Environment="RUST_LOG=debug"
|
||||||
# Environment="NO_COLOR=1"
|
# Environment="NO_COLOR=1"
|
||||||
|
|
||||||
# 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=/path/to/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\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue