summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files
diff options
context:
space:
mode:
authorChristian Rößler2018-04-12 17:53:09 +0200
committerChristian Rößler2018-04-12 17:53:09 +0200
commit39d580f1135a76a6952988e6f84c89a174ae2fbf (patch)
tree39420c10d40c9998ceff3a66fec7e95461cc14aa /satellit_installer/static_files
parent[SSPS] Quotation mark bug in includes/00-variables.inc (diff)
downloadsetup-scripts-39d580f1135a76a6952988e6f84c89a174ae2fbf.tar.gz
setup-scripts-39d580f1135a76a6952988e6f84c89a174ae2fbf.tar.xz
setup-scripts-39d580f1135a76a6952988e6f84c89a174ae2fbf.zip
[SSPS] No more atftpd, now tftpd-hpa gets installed
Diffstat (limited to 'satellit_installer/static_files')
-rw-r--r--satellit_installer/static_files/atftpd.service11
-rw-r--r--satellit_installer/static_files/tftpd-hpa.service11
2 files changed, 11 insertions, 11 deletions
diff --git a/satellit_installer/static_files/atftpd.service b/satellit_installer/static_files/atftpd.service
deleted file mode 100644
index a97dbca..0000000
--- a/satellit_installer/static_files/atftpd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=atftpd server
-After=network.target local-fs.target
-Wants=network-online.target
-
-[Service]
-EnvironmentFile=/etc/default/atftpd
-Restart=always
-RestartSec=5
-TimeoutSec=10
-ExecStart=/usr/sbin/atftpd --no-fork --daemon $OPTIONS
diff --git a/satellit_installer/static_files/tftpd-hpa.service b/satellit_installer/static_files/tftpd-hpa.service
new file mode 100644
index 0000000..2bf6a3a
--- /dev/null
+++ b/satellit_installer/static_files/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