vshost-util-vserver

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

initctl (106B)


      1 #!/bin/sh
      2 
      3 if kill -s 0 -- 1 > /dev/null 2>&1; then
      4 	exec /sbin/initctl "$@"
      5 else
      6 	# Ignore...
      7 	exit 0
      8 fi