metricspi/package/dhcpcd/ready.hook.sh

6 lines
89 B
Bash

#!/bin/sh
if [ "${reason}" = CARRIER ]; then
systemd-notify --pid=${pid} --ready
fi