<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix"><font face="monospace">$  git checkout
        -f mojo<br>
        Branch 'mojo' set up to track remote branch 'mojo' from
        'origin'.<br>
        Switched to a new branch 'mojo'<br>
        <br>
        This is the important message.<br>
        <br>
        You probably didn't have to replace .git. But it won't have hurt
        anything.<br>
      </font><br>
    </div>
    <blockquote type="cite"
cite="mid:CAMZWqJV7as5GraT7qUWW2Fy9EC7e_eoeMF7=Rx_AGn95bbb7eA@mail.gmail.com"><br>
      <div>So, what's the correct procedure for updating now?</div>
      <div>as sysop user : </div>
      <div><font face="monospace">stopping the cluster with
          'sudo  /etc/init.d/dxspider stop'</font></div>
      <div><font face="monospace">git pull</font></div>
      <div><font face="monospace">starting the cluster with
          'sudo  /etc/init.d/dxspider start'  </font></div>
    </blockquote>
    <br>
    <font size="+1"><tt>That depends on whether you have installed the
        /spider/dxspider.service into /etc/systemd/system and either
        restarted or done 'systemctl daemon-reload'.<br>
        <br>
        On Debian 10 they use systemd which will AFAIK use the the
        /etc/init.d as fall back. But you should have the service
        installed. <br>
        <br>
        In either case 'systemctl start dxspider' or 'systemctl stop
        dxspider' should do what you want. <br>
        <br>
        Except - it should not be necessary (and definitely isn't if you
        have the service installed), you can do it like this:<br>
        <br>
        git reset --hard<br>
        git pull<br>
        <br>
        then in a dxspider console type: shut<br>
        <br>
        and it will automagickally restart the node.<br>
        <br>
        73 Dirk G1TLH<br>
        <br>
        <br>
      </tt></font>
  </body>
</html>