Magellan Linux

Diff of /trunk/busybox/tftpd.service

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2482 by niro, Tue Jul 15 10:33:00 2014 UTC revision 2759 by niro, Tue Feb 9 10:43:35 2016 UTC
# Line 1  Line 1 
1  [Unit]  [Unit]
2  Description=Busybox tftp daemon  Description=Busybox tftp daemon
3    After=syslog.target network.target
4    
5  [Service]  [Service]
6  EnvironmentFile=-/etc/conf.d/tftpd  EnvironmentFile=-/etc/conf.d/tftpd
7  ExecStart=/sbin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT  ExecStart=/usr/bin/udpsvd -vE $TFTPD_LISTENER $TFTPD_PORT /usr/sbin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT
8    StandardInput=socket
9  [Install]  StandardOutput=inherit
10  WantedBy=multi-user.target  StandardError=journal

Legend:
Removed from v.2482  
changed lines
  Added in v.2759