ISO/root-image/etc/systemd/system/dhcpcd.service

14 lines
230 B
SYSTEMD
Raw Normal View History

[Unit]
Description=dhcpcd on all interfaces
Wants=network.target
Before=network.target
[Service]
Type=forking
PIDFile=/run/dhcpcd.pid
ExecStart=/sbin/dhcpcd -A -b -q
ExecStop=/sbin/dhcpcd -k
[Install]
WantedBy=multi-user.target