summarylogtreecommitdiffstats
path: root/atftpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'atftpd.service')
-rw-r--r--atftpd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/atftpd.service b/atftpd.service
new file mode 100644
index 000000000000..489278ffaf05
--- /dev/null
+++ b/atftpd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Advanced TFTP Daemon
+After=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/atftpd
+ExecStart=/usr/bin/atftpd $ATFTPD_ARGS
+
+[Install]
+WantedBy=multi-user.target