diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-05-14 15:34:28 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-05-14 23:12:21 +0200 |
| commit | 091484a5e3d3e415210bf17ab3d151a9148e4905 (patch) | |
| tree | 9f6bdce45c730b52ff1b5932b03bfee43243941c /linux | |
| parent | 1470afdc0782c3d306f3f8c76b10171659d0dfa0 (diff) | |
| download | mullvadvpn-091484a5e3d3e415210bf17ab3d151a9148e4905.tar.xz mullvadvpn-091484a5e3d3e415210bf17ab3d151a9148e4905.zip | |
Add -v to mullvad-daemon on Linux
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/mullvad-daemon.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mullvad-daemon.service b/linux/mullvad-daemon.service index 8641fc10d0..83c3032031 100644 --- a/linux/mullvad-daemon.service +++ b/linux/mullvad-daemon.service @@ -3,7 +3,7 @@ Description=Mullvad VPN daemon Wants=network.target [Service] -ExecStart="/opt/Mullvad VPN/resources/mullvad-daemon" --disable-stdout-timestamps --log /var/log/mullvad-daemon/daemon.log --tunnel-log /var/log/mullvad-daemon/openvpn.log +ExecStart="/opt/Mullvad VPN/resources/mullvad-daemon" -v --disable-stdout-timestamps --log /var/log/mullvad-daemon/daemon.log --tunnel-log /var/log/mullvad-daemon/openvpn.log [Install] WantedBy=multi-user.target |
