mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 13:32:48 +00:00
14 lines
278 B
Desktop File
14 lines
278 B
Desktop File
[Unit]
|
|
Description=dhclient on %I
|
|
Wants=network.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/dhclient -pf /run/dhclient@%i/dhclient.pid -d %I
|
|
RuntimeDirectory=dhclient@%i
|
|
User=isc-dhcp-client
|
|
ProtectSystem=on
|
|
ProtectHome=on
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|