Beiträge von Toonces

    Quote from Pheoxy: “Found a bit of free time so here's the proper one copied to a share in .txt form.(Hidden Content)”


    Tried the provided init.d script but it had a pair of errors, which were easily fixed. Below is the init.d script that works for…


    The only problem I had with the scripts on this page are they are missing


    JACKETT_PID=`ps auxf | grep JackettConsole.exe | grep -v grep | awk '{print $2}'`



    The scripts will work to start Jackett but you can't stop or get a status from them because the pid file is always empty as $JACKET_PID is never defined. Here's mine with the added pid. Assumes install in /opt/jackett and running as user sonarr.