core/dhcpcd/dhcpcd.service

14 lines
233 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
2014-09-06 06:11:02 +08:00
ExecStart=/usr/bin/dhcpcd -q -b
ExecStop=/usr/bin/dhcpcd -x
2013-01-12 05:51:45 +08:00
[Install]
WantedBy=multi-user.target