summaryrefslogtreecommitdiffhomepage
path: root/linux
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-05-14 23:23:51 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-05-14 23:23:51 +0200
commitd1e88e72910669d0ef71c114ffa889095ebafd66 (patch)
tree9f6bdce45c730b52ff1b5932b03bfee43243941c /linux
parent1f3061fc0efdd9f137aac44a732920f2e08216f5 (diff)
parent091484a5e3d3e415210bf17ab3d151a9148e4905 (diff)
downloadmullvadvpn-d1e88e72910669d0ef71c114ffa889095ebafd66.tar.xz
mullvadvpn-d1e88e72910669d0ef71c114ffa889095ebafd66.zip
Merge branch 'consolidate-log-paths'
Diffstat (limited to 'linux')
-rw-r--r--linux/mullvad-daemon.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mullvad-daemon.service b/linux/mullvad-daemon.service
index 2fe6550f51..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
+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