Search found 1 match

by llonnantyr
Sat May 16, 2020 10:51 am
Forum: General
Topic: Raspbian - Transmission torrents don't start after rebooting
Replies: 0
Views: 5852

Raspbian - Transmission torrents don't start after rebooting

I wrote a bash file and put in cron to start my torrents (on web interface) automatically after rebooting the system, but nothing happens.

The crontab -e

@reboot bash /home/pi/torrent.sh >> /home/pi/torrent.log 2>&1

torrent.sh

echo
date
sudo service transmission-daemon start
sleep 10
sudo ...