pxe-bootserver/conf.d/service_20_tftp.conf.sh

22 lines
193 B
Bash
Raw Normal View History

2023-04-18 13:41:50 +02:00
#!/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