Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 582484
Collapse All | Expand All

(-)a/net-misc/dhcpcd/files/dhcpcd.service (-3 / +4 lines)
Lines 1-10 Link Here
1
[Unit]
1
[Unit]
2
Description=Lightweight DHCP client daemon
2
Description=Lightweight DHCP client daemon
3
Wants=network.target
3
Wants=network.target
4
Before=network.target
4
Before=network.target network-online.target
5
5
6
[Service]
6
[Service]
7
ExecStart=/sbin/dhcpcd -q --nobackground
7
Type=forking
8
ExecStart=/sbin/dhcpcd -q
9
PIDFile=/run/dhcpcd.pid
8
10
9
[Install]
11
[Install]
10
WantedBy=multi-user.target
12
WantedBy=multi-user.target
11
- 

Return to bug 582484