vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

v_gated.subst (390B)


      1 #!/bin/sh
      2 # chkconfig: - 32 75
      3 # description: Wrapper to start gated bound to a single IP
      4 
      5 # normally, you will need /etc/vservices/gated.conf
      6 # with the following line
      7 # IP=0.0.0.0
      8 # so gated is started without restriction even if you
      9 # restart it from an ssh session, itself "chbounded" to a single
     10 # IP.
     11 USR_LIB_VSERVER=/usr/lib/util-vserver
     12 exec $USR_LIB_VSERVER/vsysvwrapper gated $*
     13