]> git.pld-linux.org Git - packages/util-vserver.git/blob - util-vserver-vhashify.cron
- rel 2; build with glibc, so it will also work on systems with newer kernels that...
[packages/util-vserver.git] / util-vserver-vhashify.cron
1 #!/bin/sh
2 #########
3
4 . /etc/sysconfig/vservers
5
6 if [ "${VHASHIFY_VSERVERS}" ]; then
7         for vserver in ${VHASHIFY_VSERVERS}; do
8                 /usr/lib/util-vserver/vhashify --refresh ${vserver}
9         done
10 fi
11
This page took 0.056464 seconds and 3 git commands to generate.