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>
14 lines
256 B
Desktop File
14 lines
256 B
Desktop File
[Unit]
|
|
Description=DHCP Relay Agent Daemon
|
|
Documentation=man:ub-dhcrelay(8)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/sbin/ub-dhcrelay -d --no-pid
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|