#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/rng-tools" ]; then
	/etc/init.d/rng-tools stop || :
fi
