mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openvpn: remove redundant timestamps from log output
The systemd journal is already logging and showing timestamps
This commit is contained in:
parent
6db2057f00
commit
683eeab299
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue