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