mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
255 B
SYSTEMD
14 lines
255 B
SYSTEMD
|
[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
|