summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files
diff options
context:
space:
mode:
authorChristian Rößler2015-11-17 16:40:07 +0100
committerChristian Rößler2015-11-17 16:40:07 +0100
commit3042f74d5370d6d75a51e9d01ef9bbb18fd62a14 (patch)
tree3460c6dcff6af4c1cb4e537b89529fdb5b090482 /satellit_installer/static_files
parent[SSPS] Another stupid bug (diff)
downloadsetup-scripts-3042f74d5370d6d75a51e9d01ef9bbb18fd62a14.tar.gz
setup-scripts-3042f74d5370d6d75a51e9d01ef9bbb18fd62a14.tar.xz
setup-scripts-3042f74d5370d6d75a51e9d01ef9bbb18fd62a14.zip
[SSPS] Base atftpd systemd service file (ExecStart etc. should be edited further)
Diffstat (limited to 'satellit_installer/static_files')
-rw-r--r--satellit_installer/static_files/atftpd.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/satellit_installer/static_files/atftpd.service b/satellit_installer/static_files/atftpd.service
new file mode 100644
index 0000000..84d22d7
--- /dev/null
+++ b/satellit_installer/static_files/atftpd.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=LSB: Launch atftpd server
+After=systemd-journald-dev-log.socket network-online.target remote-fs.target local-fs.target
+Wants=network-online.target
+
+[Service]
+Type=forking
+Restart=always
+TimeoutSec=5min
+IgnoreSIGPIPE=no
+KillMode=process
+GuessMainPID=no
+RemainAfterExit=no
+SysVStartPriority=2
+ExecStart=/etc/init.d/atftpd start
+ExecStop=/etc/init.d/atftpd stop
+ExecReload=/etc/init.d/atftpd reload