core/dhcpcd/dhcpcd.service
2014-09-05 22:11:02 +00:00

14 lines
233 B
Desktop File

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