Magellan Linux

Annotation of /trunk/busybox/tftpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2633 - (hide annotations) (download)
Mon Jul 20 14:17:47 2015 UTC (8 years, 10 months ago) by niro
File size: 286 byte(s)
-use udpsvd and socket activation via systemd
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 2633 ExecStart=/usr/bin/udpsvd -vE $TFTPD_LISTENER $TFTPD_PORT /usr/bin/tftpd -l $TFTPD_OPTS $TFTPD_ROOT
8     StandardInput=socket
9     StandardOutput=inherit
10     StandardError=journal