1.9.2: how to restart LiquidSoap?
  • What's the smart way of restarting LiquidSoap after 1.9.2?

    In 1.8.2 there used to be two scripts:
    /usr/lib/airtime/pypo/bin/airtime-pypo-stop
    and
    /usr/lib/airtime/pypo/bin/airtime-pypo-start


    Now they're gone.
  • 3 Comments sorted by
  • found those in /var/lib/airtime/python_apps/pypo/airtime-pypo-start
    However, they don't work anymore as they reference the unexisting paths undex /etc/service:
        os.system("svc -u /etc/service/pypo")
        os.system("svc -u /etc/service/pypo/log")
            
        print "Starting daemontool script pypo-liquidsoap"
        os.system("svc -u /etc/service/pypo-liquidsoap")
        os.system("svc -u /etc/service/pypo-liquidsoap/log")
    
  • sudo service airtime-playout restart
  • @James Dunn: Thank you!