summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service b/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service
index b92254a..741668c 100644
--- a/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service
+++ b/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service
@@ -3,7 +3,7 @@ Description=tftpd-hpa (OpenSLX Config)
After=network.target
[Service]
-ExecStart=/usr/sbin/in.tftpd --map-file /opt/openslx/tftpd-remap --user tftp --foreground --address :69 --secure /srv/openslx/tftp
+ExecStart=/usr/sbin/in.tftpd --map-file /opt/openslx/tftpd-remap --user tftp --foreground --port-range 3000:4000 --address :69 --secure /srv/openslx/tftp
#User=tftp
Restart=on-failure