summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/tftpd
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-19 17:27:29 +0200
committerSimon Rettberg2018-04-19 17:27:29 +0200
commita1f380fabd251e62df0139cd9f61b75c6477ac8b (patch)
treea0c3b2a2e10d17d9932027d55d408c81c310b7f9 /satellit_installer/static_files/tftpd
parent[SSUS] added permissionmanager to slxadmin module link list (diff)
downloadsetup-scripts-a1f380fabd251e62df0139cd9f61b75c6477ac8b.tar.gz
setup-scripts-a1f380fabd251e62df0139cd9f61b75c6477ac8b.tar.xz
setup-scripts-a1f380fabd251e62df0139cd9f61b75c6477ac8b.zip
[SSPS] Kill dup files; move tftpd files around
Diffstat (limited to 'satellit_installer/static_files/tftpd')
-rw-r--r--satellit_installer/static_files/tftpd/tftpd-hpa6
-rw-r--r--satellit_installer/static_files/tftpd/tftpd-hpa.service11
2 files changed, 17 insertions, 0 deletions
diff --git a/satellit_installer/static_files/tftpd/tftpd-hpa b/satellit_installer/static_files/tftpd/tftpd-hpa
new file mode 100644
index 0000000..1e4589b
--- /dev/null
+++ b/satellit_installer/static_files/tftpd/tftpd-hpa
@@ -0,0 +1,6 @@
+# /etc/default/tftpd-hpa
+
+TFTP_USERNAME="tftp"
+TFTP_DIRECTORY="/srv/openslx/tftp"
+TFTP_ADDRESS="0.0.0.0:69"
+TFTP_OPTIONS="--secure"
diff --git a/satellit_installer/static_files/tftpd/tftpd-hpa.service b/satellit_installer/static_files/tftpd/tftpd-hpa.service
new file mode 100644
index 0000000..2bf6a3a
--- /dev/null
+++ b/satellit_installer/static_files/tftpd/tftpd-hpa.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=tftpd-hpa (OpenSLX Config)
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/in.tftpd --user tftp --foreground --address :69 --secure --verbose /srv/openslx/tftp
+#User=tftp
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target