summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-09-12 11:54:56 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-09-12 11:54:56 -0300
commitca6af77c75374bf6623ce6c9b400a0e47b5bd3ad (patch)
treed146a0995c08101099b30f295b1e984302010a28
parentd309f3af318255faa7e37b91791d6f222992ee42 (diff)
parentd6c17b6370ca52c7dffd63c6698c26f6f912bd8c (diff)
downloadmullvadvpn-ca6af77c75374bf6623ce6c9b400a0e47b5bd3ad.tar.xz
mullvadvpn-ca6af77c75374bf6623ce6c9b400a0e47b5bd3ad.zip
Merge branch 'support-debian-8'
-rw-r--r--CHANGELOG.md1
-rw-r--r--dist-assets/linux/mullvad-daemon.service2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d05612d56..d4eca6e818 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@ Line wrap the file at 100 chars. Th
- The app window is now shown in its previous location, instead of at the center of the screen.
- Remove daemon log, cache and configuration directories during full uninstallation of the app.
- Restart the daemon automatically on upgrade.
+- Fix systemd unit file to support older versions of systemd (e.g., in Debian 8).
#### macOS
- Fix edge cases when window's arrow appeared misaligned and pointed to the wrong menubar item.
diff --git a/dist-assets/linux/mullvad-daemon.service b/dist-assets/linux/mullvad-daemon.service
index 62d9c7175a..21f320c479 100644
--- a/dist-assets/linux/mullvad-daemon.service
+++ b/dist-assets/linux/mullvad-daemon.service
@@ -10,7 +10,7 @@ StartLimitIntervalSec=20
[Service]
Restart=always
RestartSec=1
-ExecStart="/opt/Mullvad VPN/resources/mullvad-daemon" -v --disable-stdout-timestamps
+ExecStart=/opt/Mullvad\x20VPN/resources/mullvad-daemon -v --disable-stdout-timestamps
[Install]
WantedBy=multi-user.target