Magellan Linux

Contents of /trunk/busybox/tftpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2482 - (show annotations) (download)
Tue Jul 15 10:33:00 2014 UTC (9 years, 9 months ago) by niro
File size: 172 byte(s)
-added some services
1 [Unit]
2 Description=Busybox tftp daemon
3
4 [Service]
5 EnvironmentFile=-/etc/conf.d/tftpd
6 ExecStart=/sbin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT
7
8 [Install]
9 WantedBy=multi-user.target