stayupthetree

jackett

Jan 27th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. ps auxw | grep Jackett | grep -v grep > /dev/null
  4.  
  5. if [ $? != 0 ]
  6. then
  7.         /usr/bin/mono /home/your/location/apps/jackett/JackettConsole.exe > /dev/null
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment