Maybe fix naming issues
diff --git a/xos/services/openvpn/models.py b/xos/services/openvpn/models.py
index 10a62ad..d3f0ad5 100644
--- a/xos/services/openvpn/models.py
+++ b/xos/services/openvpn/models.py
@@ -57,7 +57,7 @@
     class Meta:
         proxy = True
         # The name used to find this service, all directories are named this
-        app_label = "vpn"
+        app_label = "openvpn"
         verbose_name = "VPN Service"
 
     default_attributes = {'exposed_ports': None,