Merge pull request #39300 from erikarvstedt/openvpn-no-timestamps

openvpn: remove redundant timestamps from log output
This commit is contained in:
Jörg Thalheim
2018-04-21 13:18:48 +01:00
committed by GitHub

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";
};