Contents of /trunk/busybox/tftpd.service
Parent Directory | Revision Log
Revision 2759 -
(show annotations)
(download)
Tue Feb 9 10:43:35 2016 UTC (8 years, 8 months ago) by niro
File size: 287 byte(s)
Tue Feb 9 10:43:35 2016 UTC (8 years, 8 months ago) by niro
File size: 287 byte(s)
-fixed tftpd path which changed with busybox-1.24
1 | [Unit] |
2 | Description=Busybox tftp daemon |
3 | After=syslog.target network.target |
4 | |
5 | [Service] |
6 | EnvironmentFile=-/etc/conf.d/tftpd |
7 | ExecStart=/usr/bin/udpsvd -vE $TFTPD_LISTENER $TFTPD_PORT /usr/sbin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT |
8 | StandardInput=socket |
9 | StandardOutput=inherit |
10 | StandardError=journal |