summaryrefslogtreecommitdiff
blob: b4309c39b4c3b22cd953c91fe8ac38c22d0d074b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Lightweight DHCP client daemon
Wants=network.target
Before=network.target network-online.target

[Service]
Type=forking
ExecStart=/sbin/dhcpcd -q
PIDFile=/run/dhcpcd/pid
# Avoid duplicate output on stderr/syslog
StandardOutput=null
StandardError=null

[Install]
WantedBy=multi-user.target