summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/configurable.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-02-22 01:16:39 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-02-23 00:42:20 +0100
commit143c61353479c8040eb1160984af7cfbe7e53a55 (patch)
tree2ce62f2759a1118dcead4d534e5a1a6f30a9334b /src/leap/bitmask/core/configurable.py
parent25ad6f18057ad7951f74eff35afe25d220952efa (diff)
[refactor] complete eip -> vpn rename in core
Diffstat (limited to 'src/leap/bitmask/core/configurable.py')
-rw-r--r--src/leap/bitmask/core/configurable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/core/configurable.py b/src/leap/bitmask/core/configurable.py
index 692ec066..76e5e111 100644
--- a/src/leap/bitmask/core/configurable.py
+++ b/src/leap/bitmask/core/configurable.py
@@ -29,7 +29,7 @@ from leap.bitmask.config import (
class ConfigurableService(service.MultiService):
config_file = u"bitmaskd.cfg"
- service_names = ('mail', 'eip', 'zmq', 'web', 'websockets')
+ service_names = ('mail', 'vpn', 'zmq', 'web', 'websockets')
def __init__(self, basedir=DEFAULT_BASEDIR):
service.MultiService.__init__(self)
@@ -46,7 +46,7 @@ class ConfigurableService(service.MultiService):
DEFAULT_CONFIG = """
[services]
mail = True
-eip = False
+vpn = False
zmq = True
web = True
onion = False