openvpn: remove redundant timestamps from log output

The systemd journal is already logging and showing timestamps
This commit is contained in:
Erik Arvstedt 2018-04-21 12:51:20 +02:00
parent 6db2057f00
commit 683eeab299

View file

@ -65,7 +65,7 @@ let
path = [ pkgs.iptables pkgs.iproute pkgs.nettools ];
serviceConfig.ExecStart = "@${openvpn}/sbin/openvpn openvpn --config ${configFile}";
serviceConfig.ExecStart = "@${openvpn}/sbin/openvpn openvpn --suppress-timestamps --config ${configFile}";
serviceConfig.Restart = "always";
serviceConfig.Type = "notify";
};