Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) |
||
Line 7: | Line 7: | ||
To make it a startup script, create a skeleton with the following | To make it a startup script, create a skeleton with the following | ||
mkdir /torrent | mkdir /torrent | ||
− | DAEMON_ARGS="--dfile /var/run/ | + | DAEMON_ARGS="--dfile /var/run/bttrack/dstate --logfile /var/log/bttrack.log |
--port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles" | --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles" | ||
{{Template:FB}} | {{Template:FB}} | ||
[[Category:Technical]] | [[Category:Technical]] |
To make it a startup script, create a skeleton with the following
mkdir /torrent
DAEMON_ARGS="--dfile /var/run/bttrack/dstate --logfile /var/log/bttrack.log --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles"
To make it a startup script, create a skeleton with the following
mkdir /torrent
DAEMON_ARGS="--dfile /var/run/$NAME/dstate --logfile /var/log/$NAME.log --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles"