It was an update. I have done what you said and is working perfectly. Thank you really much @JMSolo one more time
EDIT: @JMSolo, I spoke too quickly. Now rtorrent is broken, I can see a lot of lines in the log:
1468244095 E 99D68A3491CC1E461C12993C1189C805CAA69D25->file_list: Failed to prepare file ‘/mediainfo.txt’: Could not open file: Too many open files
With the old cron I had changed limits in /etc/security/limits.conf but now it doesn’t work. Do you know how can I fix this? Thank you!
EDIT2: Fixed it. Had to edit this file and put LimitNOFILE in the [Service] paragraph:
seedbox:/home/romancin/logs# cat /etc/systemd/system/multi-user.target.wants/[email protected]
[Unit]
Description=rTorrent
After=network.target
[Service]
Type=forking
KillMode=none
User=%I
ExecStartPre=-/bin/rm -f /home/%I/.sessions/rtorrent.lock
ExecStart=/usr/bin/screen -d -m -fa -S rtorrent /usr/bin/rtorrent
ExecStop=/usr/bin/killall -w -s 2 /usr/bin/rtorrent
WorkingDirectory=/home/%I/
LimitNOFILE=65000
[Install]
WantedBy=multi-user.target