opsi/net-ftp/opsi-atftp/files/atftp.service

10 lines
233 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Advanced TFTP implementation client/server
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/atftpd --daemon --no-fork --user nobody --group nobody $TFTPD_ROOT
[Install]
WantedBy=multi-user.target