summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-11-12 14:02:22 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-11-12 14:02:22 +0100
commitb812e60459e17993881bb8ab886b4b6ff30b73db (patch)
treeb66d854e80b1c87cd9416b072a2841442a79418a /mullvad-daemon/src
parent3e73ef4143463c7924a3ea607e998cf4d99ff75f (diff)
parent54a2e3ccc9f9c1b278050b37acf72005eb659f69 (diff)
downloadmullvadvpn-b812e60459e17993881bb8ab886b4b6ff30b73db.tar.xz
mullvadvpn-b812e60459e17993881bb8ab886b4b6ff30b73db.zip
Merge branch 'update-windows-service-crate'
Diffstat (limited to 'mullvad-daemon/src')
-rw-r--r--mullvad-daemon/src/system_service.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/system_service.rs b/mullvad-daemon/src/system_service.rs
index 57e4cba00c..d98fcfaaeb 100644
--- a/mullvad-daemon/src/system_service.rs
+++ b/mullvad-daemon/src/system_service.rs
@@ -24,7 +24,7 @@ use mullvad_daemon::DaemonShutdownHandle;
static SERVICE_NAME: &'static str = "MullvadVPN";
static SERVICE_DISPLAY_NAME: &'static str = "Mullvad VPN Service";
-static SERVICE_TYPE: ServiceType = ServiceType::OwnProcess;
+static SERVICE_TYPE: ServiceType = ServiceType::OWN_PROCESS;
pub fn run() -> Result<()> {
// Start the service dispatcher.