rc.common: when reloading a service using procd, fall back to calling start instead...
[oweals/openwrt.git] / package / base-files / files / etc / rc.button / power
1 #!/bin/sh
2
3 [ "${ACTION}" = "released" ] || exit 0
4
5 exec /sbin/poweroff