pxe-bootserver/conf.d/service_20_tftp.conf.sh
2023-04-18 13:41:50 +02:00

22 lines
193 B
Bash
Executable File

#!/bin/sh
. ./settings.sh
#
# Service configuration
#
S_ENABLED=YES
S_NAME="tftpd-hpa"
S_PACKAGES="tftpd-hpa"
fservice $S_ENABLED $1 $S_NAME $S_PACKAGES
case $1 in
init)
;;
esac