#!/bin/sh CONFFILE="/etc/openvpn/server.conf" exec /usr/bin/openvpn --config "$CONFFILE" 2>&1