summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-20 12:59:21 +0200
committerSimon Rettberg2018-04-20 12:59:21 +0200
commit60c612a361a70706e3f58df50d80f52d1164e680 (patch)
treec6b8b6a96fbdfb67be683daa369c5d7d3fe650fd /satellit_installer
parent[SSPS] Kill dup files; move tftpd files around (diff)
downloadsetup-scripts-60c612a361a70706e3f58df50d80f52d1164e680.tar.gz
setup-scripts-60c612a361a70706e3f58df50d80f52d1164e680.tar.xz
setup-scripts-60c612a361a70706e3f58df50d80f52d1164e680.zip
[SSPS] Don't start tftpd-hpa in verbose mode
Diffstat (limited to 'satellit_installer')
-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 2bf6a3a..d825d57 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 --verbose /srv/openslx/tftp
+ExecStart=/usr/sbin/in.tftpd --user tftp --foreground --address :69 --secure /srv/openslx/tftp
#User=tftp
Restart=on-failure