9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
To have havp start at boot time, insert the following
|
|
into /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/havp ]; then
|
|
echo -n ' havp'
|
|
install -d -o _havp /var/run/havp/
|
|
${PREFIX}/sbin/havp
|
|
fi
|