ub-dhcp/ub-dhcpd6.service
Jeiwei Li 4cd6768970 Release based on dhcp 4.4.3
driver inclusion
category: feature
bugzilla: https://gitee.com/src-openeuler/ub-dhcp/issues/I86CZH
CVE: NA

----------------------------------------------------------------------

Release based on dhcp 4.4.3

Signed-off-by: Jeiwei Li <lijiewei5@huawei.com>
2023-10-25 15:57:43 +08:00

16 lines
407 B
Desktop File

[Unit]
Description=DHCPv6 Server Daemon
Documentation=man:dhcpd(8) man:ub-dhcpd.conf(5)
Wants=network-online.target
After=network-online.target
After=time-sync.target
[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/ub-dhcpd6
ExecStart=/usr/sbin/ub-dhcpd -f -6 -cf /etc/ub-dhcp/ub-dhcpd6.conf -user ub-dhcpd -group ub-dhcpd --no-pid $DHCPDARGS
StandardError=null
[Install]
WantedBy=multi-user.target