vshost-util-vserver

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

util-vserver-sysv.prerm (92B)


      1 #!/bin/sh
      2 
      3 if test "$1" = remove; then
      4     /etc/init.d/vprocunhide stop > /dev/null 2>&1
      5 fi