summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/tftpd/tftpd-hpa.service
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-18 14:25:46 +0200
committerSimon Rettberg2019-04-18 14:25:46 +0200
commit9af64b27983915c7bede9d3c444e1fe3f72098c4 (patch)
treec8e52e8a99d9982c3af9ee7572bff89a86ce0389 /satellit_installer/static_files/tftpd/tftpd-hpa.service
parent[SSUS] Improve iPXE message (diff)
downloadsetup-scripts-9af64b27983915c7bede9d3c444e1fe3f72098c4.tar.gz
setup-scripts-9af64b27983915c7bede9d3c444e1fe3f72098c4.tar.xz
setup-scripts-9af64b27983915c7bede9d3c444e1fe3f72098c4.zip
[SSPS/SSUS] Install remap file for tftpdv3.8
This works around buggy PXE clients that pad the filename with a lot of FF bytes.
Diffstat (limited to 'satellit_installer/static_files/tftpd/tftpd-hpa.service')
-rw-r--r--satellit_installer/static_files/tftpd/tftpd-hpa.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/tftpd/tftpd-hpa.service b/satellit_installer/static_files/tftpd/tftpd-hpa.service
index d825d57..b92254a 100644
--- a/satellit_installer/static_files/tftpd/tftpd-hpa.service
+++ b/satellit_installer/static_files/tftpd/tftpd-hpa.service
@@ -3,7 +3,7 @@ Description=tftpd-hpa (OpenSLX Config)
After=network.target
[Service]
-ExecStart=/usr/sbin/in.tftpd --user tftp --foreground --address :69 --secure /srv/openslx/tftp
+ExecStart=/usr/sbin/in.tftpd --map-file /opt/openslx/tftpd-remap --user tftp --foreground --address :69 --secure /srv/openslx/tftp
#User=tftp
Restart=on-failure