summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/atftp/files/atftpd.service
blob: c7aa29c090624e08f5a6beb6331e9ce93238ed8a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Advanced TFTP Server
After=syslog.target network.target

[Service]
Type=forking
PIDFile=/var/run/atftpd.pid
ExecStart=/usr/sbin/atftpd --daemon --port 69

[Install]
WantedBy=multi-user.target