summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files
diff options
context:
space:
mode:
authorChristian Rößler2015-11-18 15:14:50 +0100
committerChristian Rößler2015-11-18 15:14:50 +0100
commitb84736149a0b524f97d55cbff0eab0c0844b1d7c (patch)
tree7ced2218a99d0c30761062f4947b0f86f4a0e429 /satellit_installer/static_files
parent[SSPS] atftpd service file without dep. on init.d/atftpd, sources /etc/defaul... (diff)
downloadsetup-scripts-b84736149a0b524f97d55cbff0eab0c0844b1d7c.tar.gz
setup-scripts-b84736149a0b524f97d55cbff0eab0c0844b1d7c.tar.xz
setup-scripts-b84736149a0b524f97d55cbff0eab0c0844b1d7c.zip
[SSPS] atftpd service file ameliorated further, should be working weel now.
Diffstat (limited to 'satellit_installer/static_files')
-rw-r--r--satellit_installer/static_files/atftpd.service8
1 files changed, 1 insertions, 7 deletions
diff --git a/satellit_installer/static_files/atftpd.service b/satellit_installer/static_files/atftpd.service
index c8b8362..e0813fd 100644
--- a/satellit_installer/static_files/atftpd.service
+++ b/satellit_installer/static_files/atftpd.service
@@ -4,13 +4,7 @@ After=systemd-journald-dev-log.socket network-online.target remote-fs.target loc
Wants=network-online.target
[Service]
-Type=forking
EnvironmentFile=/etc/default/atftpd
Restart=always
TimeoutSec=5min
-IgnoreSIGPIPE=no
-KillMode=process
-GuessMainPID=no
-RemainAfterExit=no
-SysVStartPriority=2
-ExecStart=/usr/sbin/atftpd --daemon $OPTIONS
+ExecStart=/usr/sbin/atftpd --no-fork --daemon $OPTIONS