Magellan Linux

Annotation of /trunk/busybox/tftpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2630 - (hide 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 niro 2482 [Unit]
2     Description=Busybox tftp daemon
3 niro 2630 After=syslog.target network.target
4 niro 2482
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