freebsd_amp_hwpstate/share/examples/hast/vip-up.sh

7 lines
68 B
Bash
Executable File

#!/bin/sh
set -m
/root/hast/sbin/hastd/ucarp_up.sh &
set +m
exit 0