Update README.md
This commit is contained in:
parent
886fa897ac
commit
48af3f3a42
@ -14,7 +14,12 @@ A automated torrent management system for handling completed downloads and seedi
|
|||||||
```bash
|
```bash
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
|
|
||||||
|
Add a cron job to run it every 5 minutes:
|
||||||
|
|
||||||
|
sudo crontab -e
|
||||||
|
Add this line:
|
||||||
|
|
||||||
|
*/5 * * * * /usr/local/bin/torrent-mover >/dev/null 2>&1
|
||||||
|
|
||||||
torrent-mover [options]
|
torrent-mover [options]
|
||||||
Options:
|
Options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user