]> git.pld-linux.org Git - packages/util-vserver.git/blob - util-vserver-vhashify.cron
- suggest/require crondaemon
[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.042421 seconds and 3 git commands to generate.