Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
examples
/
var_service
/
tftpd
/
run
blob: e492d8453783a4a62d2eb405b9c46fccaef8435f [
file
] [
log
] [
blame
]
#!/bin/sh
#exec >/dev/null
exec
2
>&
1
exec
</
dev
/
null
user
=
root
# for bind to port 69
exec \
env
-
\
softlimit \
setuidgid
"$user"
\
udpsvd
-
v
-
c
10
-
l localhost \
0
69
\
tftpd
/
pub
/
tftpd_root