dhcpcd: Go into the background immediately
This commit is contained in:
parent
f293455474
commit
1860badbeb
@ -101,7 +101,7 @@ in
|
|||||||
serviceConfig =
|
serviceConfig =
|
||||||
{ Type = "forking";
|
{ Type = "forking";
|
||||||
PIDFile = "/run/dhcpcd.pid";
|
PIDFile = "/run/dhcpcd.pid";
|
||||||
ExecStart = "@${dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf}";
|
ExecStart = "@${dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf} --background";
|
||||||
ExecReload = "${dhcpcd}/sbin/dhcpcd --rebind";
|
ExecReload = "${dhcpcd}/sbin/dhcpcd --rebind";
|
||||||
StandardError = "null";
|
StandardError = "null";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user