0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-17 08:44:46 +00:00
Files
packages/net/atftp/files/atftpd.conf
Jakub Raczynski eeea8f4c6f atftpd: Add 'enable' config option
Current version of atftpd daemon does automatically start when installed.
This commit adds 'enable' option to config file to
have control over atftpd daemon.

Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
2023-11-10 19:11:37 +00:00

6 lines
88 B
Plaintext

config service 'service'
option enable '0'
option path '/srv/tftp'
option port '69'