5 lines
120 B
Bash
5 lines
120 B
Bash
#!/bin/sh
|
|
ln -s /dev/stdout /dev/logs
|
|
/usr/sbin/in.tftpd -V
|
|
exec /usr/sbin/in.tftpd -L -c -s -p /var/tftpboot --verbose
|