Systemctl OpenVPN status fails

Anyone able to say why it’s failing? Trying to get openvpn on boot up.

oneosmc@osmc:~$ systemctl status openvpn@vpn.service

  • openvpn@vpn.service - OpenVPN connection to vpn
    Loaded: loaded (/lib/systemd/system/openvpn@.service; enabled)
    Active: failed (Result: exit-code) since Wed 2015-06-17 02:18:23 MDT; 2min 52s ago
    Process: 235 ExecStart=/usr/sbin/openvpn --daemon ovpn-%i --status /run/openvpn/%i.status 10 --cd /etc/openvpn --config /etc/openvpn/%i.conf (code=exited, status=1/FAILURE)
    osmc@osmc:~$

The easiest to troubleshoot this kind of issues is running the command from command line with high verbosity and see what is the output

Very helpful. Thanx