- [program:atftpd]
- command=/usr/sbin/atftpd --no-fork --daemon --port 69 --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=7 --trace /tftpboot
- redirect_stderr=true
- stdout_logfile=/dev/stdout
- stdout_logfile_maxbytes=0
- autorestart=true
- [program:xinetd]
- command=/etc/init.d/xinetd restart
- redirect_stderr=true
- stdout_logfile=/dev/stdout
- stdout_logfile_maxbytes=0
- autorestart=true
|