Update tftp.xinetd

Remove extra -m from the server_args parameter
This commit is contained in:
Mark Bielech 2022-03-28 13:48:28 -04:00 committed by GitHub
parent 5752d9f393
commit 4deb8a760e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ service tftp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -c -s -v /tftpboot -m -m /etc/asterisk/sccpManagerRewrite.rules
server_args = -c -s -v /tftpboot -m /etc/asterisk/sccpManagerRewrite.rules
disable = no
per_source = 11
cps = 100 2