mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 09:24:36 +08:00
14 lines
250 B
SYSTEMD
14 lines
250 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
|
||
|
ExecReload=/bin/kill -TERM $MAINPID
|
||
|
KillSignal=SIGINT
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|