--- elwix/config/etc/default/rc.d/022.ansh3d.run 2011/10/18 09:02:07 1.2 +++ elwix/config/etc/default/rc.d/022.ansh3d.run 2021/03/11 13:59:50 1.4 @@ -3,5 +3,7 @@ TIMEOUT="180" KEY="_ansh_ELWIX_" +[ -x /usr/sbin/ansh3d ] || exit + echo "Starting ansh3d ..." /usr/sbin/ansh3d -t ${TIMEOUT} -k ${KEY}