source:
npl/fileserver/tftp_hpa/post.tftp_hpa
@
7c410f9
Last change on this file since 7c410f9 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | useradd tftpd |
4 | echo "#!/bin/bash |
5 | exec /usr/sbin/in.tftpd -a 0.0.0.0 -u tftpd -L -s /home/shares/tftp/" > /service/tftp_hpa/run |
6 | chmod +x /service/tftp_hpa/run |
Note: See TracBrowser
for help on using the repository browser.