mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 15:45:12 +02:00
7 lines
103 B
Bash
7 lines
103 B
Bash
#!/bin/sh
|
|
|
|
[ -r conf ] && . ./conf
|
|
|
|
: "${OPTS:= -s -v}"
|
|
|
|
exec /usr/bin/in.tftpd -L $OPTS /var/lib/tftp
|