components/trousers/tcsd.sh
changeset 6268 447a28fa6a83
parent 5941 db8aa9865e9f
equal deleted inserted replaced
6267:c6b5d4730d84 6268:447a28fa6a83
    40 		smf_method_exit $SMF_EXIT_TEMP_DISABLE no_supported_hardware \
    40 		smf_method_exit $SMF_EXIT_TEMP_DISABLE no_supported_hardware \
    41 			"No TPM device /dev/tpm found"
    41 			"No TPM device /dev/tpm found"
    42 	fi
    42 	fi
    43 
    43 
    44 	echo /usr/lib/tcsd 
    44 	echo /usr/lib/tcsd 
    45 	/usr/lib/tcsd &
    45 	TCSD_FOREGROUND=1 /usr/lib/tcsd &
    46 	;;
    46 	;;
    47 
    47 
    48 # Attribute exec=':kill' in manifest tcsd.xml stops the tcsd daemon.
    48 # Attribute exec=':kill' in manifest tcsd.xml stops the tcsd daemon.
    49 
    49 
    50 *)
    50 *)