NELL'INSTALLAZIONE OLTRE AD AGGIUNGERE QUESTI SCRIPT BISOGNA:

CREARE: /opt/td-config/etc/ e aggiungere dentro i FILE PRESENTI IN CONFIGURAZIONE/

PER AGGIUNGERE:

	# mv capture /etc/init.d
	# chmod +x /etc/init.d/capture
	# update-rc.d capture defaults

	# mv nia /etc/init.d
	# chmod +x /etc/init.d/nia
	# update-rc.d nia defaults

PER RIMUOVERE:

	# update-rc.d -f nia remove
	# update-rc.d -f capture remove
