4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
/usr/sbin/in.tftpd -V
|
|
exec /usr/sbin/in.tftpd -L -c -s -p /var/tftpboot --verbose
|