As root:
Copy your config file .ovpn to /etc/openvpn/config.ovpn
Add a file /etc/openvpn/auth.txt
with two lines:
your_username
your_password
Remove all permission on it and add it back only read for root:
chmod a-rwx /etc/openvpn/auth.txt
chmod ug+r /etc/openvpn/auth.txt
Copy the systemd service to your system and enable it
systemctl enable myopenvpn.service