Files
OpenBMC/meta-google/recipes-google/ncsi/files/gbmc-ncsi-dhcrelay.service.in
T

14 lines
279 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
[Unit]
Description=gBMC DHCP Relay Agent Daemon
After=network.target
StartLimitIntervalSec=10
StartLimitBurst=3
[Service]
Restart=always
RestartSec=5
ExecStart=/usr/sbin/dhcrelay -d --no-pid -rp 3967 -l gbmcncsidhcp -u ff02::1:2%%@NCSI_IF@
[Install]
WantedBy=multi-user.target