mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 11:47:14 +08:00
13 lines
214 B
SYSTEMD
13 lines
214 B
SYSTEMD
|
[Unit]
|
||
|
Description=IPv4 DHCP server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/dhcpd4.pid
|
||
|
ExecStart=/usr/sbin/dhcpd -4 -q -pf /run/dhcpd4.pid
|
||
|
KillSignal=SIGINT
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|