8 lines
80 B
Bash
8 lines
80 B
Bash
|
#!/bin/sh
|
||
|
# $FreeBSD$
|
||
|
|
||
|
set -m
|
||
|
/root/hast/sbin/hastd/ucarp_up.sh &
|
||
|
set +m
|
||
|
exit 0
|