dhcpcd: Don't duplicate log messages

Dhcpcd writes log messages to both syslog and stderr.  So ignore
stderr.
This commit is contained in:
Eelco Dolstra 2012-10-31 14:24:22 +01:00
parent 1da362b34b
commit f293455474

View File

@ -103,6 +103,7 @@ in
PIDFile = "/run/dhcpcd.pid";
ExecStart = "@${dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf}";
ExecReload = "${dhcpcd}/sbin/dhcpcd --rebind";
StandardError = "null";
};
};