]> git.pld-linux.org Git - packages/util-vserver.git/blame - util-vserver-vhashify.cron
- suggest/require crondaemon
[packages/util-vserver.git] / util-vserver-vhashify.cron
CommitLineData
d4f50530
PG
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.042671 seconds and 4 git commands to generate.