79183702

Date: 2024-11-13 06:57:05
Score: 0.5
Natty:
Report link

This command worked for me to minutely check if process is running and run it if not:

echo -e "$(crontab -l 2>/dev/null)\n* * * * * ps aux|grep qbittorrent-nox|grep -v grep || qbittorrent-nox &" | crontab -

To undo that, run "crontab -e" and remove the appropriate cronjob.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: 16851556