vshost-util-vserver

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

systemd-stop (305B)


      1 #!/bin/bash
      2 
      3 : ${UTIL_VSERVER_VARS:=/usr/lib/util-vserver/util-vserver-vars}
      4 test -e "$UTIL_VSERVER_VARS" || {
      5     echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
      6     exit 1
      7 }
      8 . "$UTIL_VSERVER_VARS"
      9 
     10 $_VSOMETHING vserver --running -- stop