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