diff options
| -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 |
