summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-11 12:42:12 +0100
committerSimon Rettberg2016-02-11 12:42:12 +0100
commit8d98eb43ef3902c1c1e329042d345b72c2fa9ddf (patch)
treeedda98a9a92cb99ef7a74de38750d150c733e3e9 /satellit_installer
parent[SSUS] Updating more packages works (diff)
downloadsetup-scripts-8d98eb43ef3902c1c1e329042d345b72c2fa9ddf.tar.gz
setup-scripts-8d98eb43ef3902c1c1e329042d345b72c2fa9ddf.tar.xz
setup-scripts-8d98eb43ef3902c1c1e329042d345b72c2fa9ddf.zip
[SSPS] atftpd.service: More agressive start/stop timeout
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/static_files/atftpd.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/satellit_installer/static_files/atftpd.service b/satellit_installer/static_files/atftpd.service
index e0813fd..a97dbca 100644
--- a/satellit_installer/static_files/atftpd.service
+++ b/satellit_installer/static_files/atftpd.service
@@ -1,10 +1,11 @@
[Unit]
-Description=LSB: Launch atftpd server
-After=systemd-journald-dev-log.socket network-online.target remote-fs.target local-fs.target
+Description=atftpd server
+After=network.target local-fs.target
Wants=network-online.target
[Service]
EnvironmentFile=/etc/default/atftpd
Restart=always
-TimeoutSec=5min
+RestartSec=5
+TimeoutSec=10
ExecStart=/usr/sbin/atftpd --no-fork --daemon $OPTIONS