I'm using openvpn enabled as a service. It works well, but once I get assigned a new IP address or lose the connection, I can't access to the internet any more. Then I have to systemctl restart openvpn@ipredator.conf manually. How can I fix that so I don't have to login as root each time and restart the service manually?
[root@arch paul]# cat /etc/openvpn/ipredator.conf clientdev tun0proto udpremote pw.openvpn.ipredator.se 1194resolv-retry infinitenobindauth-user-pass /etc/openvpn/ipredator.authauth-retry nointeractca [inline]tls-clienttls-auth [inline]ns-cert-type serverkeepalive 10 30cipher AES-256-CBCtls-cipher TLSv1:!ADH:!SSLv2:!NULL:!EXPORT:!DES:!LOW:!MEDIUM:@STRENGTHpersist-keypersist-tuncomp-lzotun-mtu 1500mssfixpasstosverb 3<ca>-----BEGIN CERTIFICATE-----###censored###-----END CERTIFICATE-----</ca><tls-auth>-----BEGIN OpenVPN Static key V1-----###censored###-----END OpenVPN Static key V1-----</tls-auth>