Ubuntu Pastebin

Paste from leftyfb at Sun, 4 Jun 2017 18:19:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# m h  dom mon dow   command

@reboot /usr/bin/python /home/osmc/SickBeard/SickBeard.py &

#15 * * * * /usr/bin/nice /usr/bin/perl /home/osmc/sorttv2/SortTV-master/sorttv.pl

50 * * * * /usr/bin/find /mnt/3TB/downloads -mtime +2 -size +20k -exec rm {} \;

15 * * * * /usr/bin/nice /usr/bin/perl /home/osmc/sorttv/sorttv.pl

30 * * * * /usr/bin/find /mnt/3TB/downloads/ -empty -type d -delete

30 * * * * /usr/bin/find /mnt/3TB/downloads/finished/ -empty -type d -delete
Download as text