Magellan Linux

Annotation of /trunk/busybox/tftpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2759 - (hide annotations) (download)
Tue Feb 9 10:43:35 2016 UTC (8 years, 2 months ago) by niro
File size: 287 byte(s)
-fixed tftpd path which changed with busybox-1.24
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 niro 2759 ExecStart=/usr/bin/udpsvd -vE $TFTPD_LISTENER $TFTPD_PORT /usr/sbin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT
8 niro 2633 StandardInput=socket
9     StandardOutput=inherit
10     StandardError=journal