firmware/general/overlay/etc/init.d/S10resetd

8 lines
63 B
Bash
Executable File

#!/bin/sh
case "$1" in
start)
/usr/sbin/resetd &
;;
esac