dhcpcd.service 262 B

1234567891011121314
  1. [Unit]
  2. Description=DHCP Client Daemon on all interfaces
  3. Wants=network.target
  4. Before=network.target
  5. [Service]
  6. Type=forking
  7. PIDFile=/run/dhcpcd/pid
  8. ExecStart=/usr/sbin/dhcpcd -q -b
  9. ExecStop=/usr/sbin/dhcpcd -x
  10. Restart=always
  11. [Install]
  12. WantedBy=multi-user.target