Skip to content
Snippets Groups Projects
Select Git revision
  • 7683fa58f8518b9fc67affb046527d78ffcd62d1
  • master default protected
  • iop-ugw-8.4.1.50
  • iop-ugw-8.4.1.30
  • 8.1.1-ga_master
  • fix-1150
  • speedport_smart3
  • sps3
  • 8.1.1_master
  • jh
  • jh-mcast
11 results

Kbuild

Blame
  • entrypoint.sh 153 B
    #!/bin/bash
    
    set -x
    
    # Start supervisor
    /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
    
    #Start bash to enable an interactive session
    /bin/bash