diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-09-12 11:54:56 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-09-12 11:54:56 -0300 |
| commit | ca6af77c75374bf6623ce6c9b400a0e47b5bd3ad (patch) | |
| tree | d146a0995c08101099b30f295b1e984302010a28 | |
| parent | d309f3af318255faa7e37b91791d6f222992ee42 (diff) | |
| parent | d6c17b6370ca52c7dffd63c6698c26f6f912bd8c (diff) | |
| download | mullvadvpn-ca6af77c75374bf6623ce6c9b400a0e47b5bd3ad.tar.xz mullvadvpn-ca6af77c75374bf6623ce6c9b400a0e47b5bd3ad.zip | |
Merge branch 'support-debian-8'
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | dist-assets/linux/mullvad-daemon.service | 2 |
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 |
