PKGBUILDs/extra/dhcp/dhclient@.service

14 lines
255 B
SYSTEMD
Raw Normal View History

2020-01-25 18:32:09 +00:00
[Unit]
Description=dhclient on %I
Wants=network.target
Before=network.target
[Service]
ExecStart=/usr/bin/dhclient -pf /run/dhclient@%i/dhclient.pid -d %I
RuntimeDirectory=dhclient@%i
ProtectSystem=on
ProtectHome=on
[Install]
WantedBy=multi-user.target