dhcpcd: Don't duplicate log messages
Dhcpcd writes log messages to both syslog and stderr. So ignore stderr.
This commit is contained in:
parent
1da362b34b
commit
f293455474
@ -103,6 +103,7 @@ in
|
||||
PIDFile = "/run/dhcpcd.pid";
|
||||
ExecStart = "@${dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf}";
|
||||
ExecReload = "${dhcpcd}/sbin/dhcpcd --rebind";
|
||||
StandardError = "null";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user