core/dhcpcd/dhcpcd.service

14 lines
235 B
SYSTEMD
Raw Normal View History

2013-01-12 05:51:45 +08:00
[Unit]
Description=dhcpcd on all interfaces
Wants=network.target
Before=network.target
[Service]
Type=forking
PIDFile=/run/dhcpcd.pid
ExecStart=/usr/sbin/dhcpcd -q -b
ExecStop=/usr/sbin/dhcpcd -x
[Install]
WantedBy=multi-user.target