atftpd: Add missing field to default configuration

Although init script did consist of default value for missing 'port' field,
add it to configuration file for consistency.

Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
This commit is contained in:
Jakub Raczynski 2023-10-26 21:02:10 +00:00
parent db48e79406
commit 240ea8803f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
config service 'service'
option path '/srv/tftp'
option port '69'