This website requires JavaScript.
Explore
Help
Sign In
OpenIPC
/
firmware
mirror of
https://github.com/OpenIPC/firmware.git
Watch
1
Star
0
Fork
You've already forked firmware
0
Code
Activity
a6b9d985f4
firmware
/
general
/
overlay
/
etc
/
init.d
/
S10resetd
9 lines
102 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
start
)
echo
-e
'\nLoading resetd...'
/usr/sbin/resetd
&
;
;
esac
View Git Blame
Copy Permalink