summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/ncsi/files/gbmc-ncsi-dhcrelay.service.in
blob: 5e03455422949fe71779e8af4d9b35426befcb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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 @NCSI_IF@

[Install]
WantedBy=multi-user.target