]> git.pld-linux.org Git - packages/util-vserver.git/blame_incremental - 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
... / ...
CommitLineData
1#!/bin/sh
2#########
3
4. /etc/sysconfig/vservers
5
6if [ "${VHASHIFY_VSERVERS}" ]; then
7 for vserver in ${VHASHIFY_VSERVERS}; do
8 /usr/lib/util-vserver/vhashify --refresh ${vserver}
9 done
10fi
11
This page took 0.033391 seconds and 4 git commands to generate.