meta-st-stm32mp/recipes-core/busybox/busybox/ifplugd.sh

6 lines
70 B
Bash

#!/bin/sh
if [ -e /usr/sbin/ifplugd ]; then
/usr/sbin/ifplugd
fi