xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp/atftpd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Advanced TFTP Server
3After=syslog.target network.target
4
5[Service]
6Type=forking
7ExecStart=/usr/sbin/atftpd --daemon --port 69
8
9[Install]
10WantedBy=multi-user.target
11