new/buildroot/package/dhcpcd/dhcpcd.service
2025-05-10 21:58:58 +08:00

14 lines
226 B
Desktop File

[Unit]
Description=DHCP client
After=network.target
[Service]
Type=forking
EnvironmentFile=-/etc/default/dhcpcd
PIDFile=/run/dhcpcd.pid
ExecStart=/sbin/dhcpcd $DAEMON_ARGS
Restart=always
[Install]
WantedBy=multi-user.target