Ankündigung

Einklappen
Keine Ankündigung bisher.

Possible to make Sh.py run in -d mode in background?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Possible to make Sh.py run in -d mode in background?

    Hello Guys.
    Is it possible to let the sh.py start from the /etc/init.d script in -d mode and then log all messages in the log files?

    In this guide it's started in -q:
    https://github.com/mknx/smarthome/wi...ibd-und-1-Wire

    #2
    Why don't you try yourself? Set SH_ARGS="-d" in the script...

    Kommentar


      #3
      Hi,

      you don't want to start it in -d mode, which means "output all log info to console in verbose mode", but in -v mode, which means "output all log info to log file in verbose mode".
      And the solution is like stated above: change the -q (quiet) to -v (verbose).

      Regards,
      Waldemar
      OpenKNX www.openknx.de

      Kommentar

      Lädt...
      X