xref: /freebsd/share/examples/hast/vip-up.sh (revision 06c3fb27)
1#!/bin/sh
2
3set -m
4/root/hast/sbin/hastd/ucarp_up.sh &
5set +m
6exit 0
7