dhcpcd/dhcpcd@.service
Fedora Release Engineering e5e19dfb4a Initial setup of the repo
2016-02-19 08:54:21 +01:00

16 lines
315 B
Desktop File

[Unit]
Description=dhcpcd on %I
Wants=network.target
Before=network.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
[Service]
Type=forking
PIDFile=/run/dhcpcd-%I.pid
ExecStart=/usr/sbin/dhcpcd -q %I
ExecStop=/usr/sbin/dhcpcd -x %I
[Install]
WantedBy=multi-user.target