summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/dhcp-check/dhcp-check/dhcp-check.service
blob: f32935a7ffbf93454ba8e54fc8eeb13ecf2b6b09 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Check for DHCP address
After=network.target

[Service]
Type=oneshot
ExecStart=/usr/bin/dhcp-check.sh

[Install]
WantedBy=multi-user.target