vshost-util-vserver

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

v_sendmail.subst (179B)


      1 #!/bin/sh
      2 # chkconfig: - 80 30
      3 # description: Wrapper to start sendmail bound to a single IP
      4 USR_LIB_VSERVER=/usr/lib/util-vserver
      5 exec $USR_LIB_VSERVER/vsysvwrapper sendmail $*
      6