Magellan Linux

Contents of /trunk/busybox/tftpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2630 - (show annotations) (download)
Mon Jul 20 13:37:42 2015 UTC (8 years, 9 months ago) by niro
File size: 207 byte(s)
-start after network and syslog target
1 [Unit]
2 Description=Busybox tftp daemon
3 After=syslog.target network.target
4
5 [Service]
6 EnvironmentFile=-/etc/conf.d/tftpd
7 ExecStart=/sbin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT
8
9 [Install]
10 WantedBy=multi-user.target