#!/bin/sh /etc/rc.common
START=60

start() {
	/etc/init.d/openvpn boot
}
