You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QnetGateway/dvrptr.sh

11 lines
138 B

#!/bin/bash
while [ 1 ];
do
/usr/local/bin/dvrptr /usr/local/etc/g2.cfg > /var/log/dvrptr.log 2>&1
sleep 3
done
exit 0

Powered by TurnKey Linux.