xref: /openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service (revision c28937836f712db07267985b557eedf0924b09ae)
1[Unit]
2Before=systemd-networkd.service
3
4[Service]
5Type=notify
6ExecStart=/usr/libexec/gbmc-ip-monitor.sh
7TimeoutStartSec=5min
8
9[Install]
10WantedBy=multi-user.target
11