Lines Matching +full:start +full:- +full:up
7 [ -c /dev/urandom ] || exit 0
9 URANDOM_SEED="/var/lib/random-seed"
12 [ -r "/etc/default/urandom" ] && . "/etc/default/urandom"
21 [ -f "$URANDOM_SEED" ] || return 1
24 size=$(dd if="$URANDOM_SEED" bs="$pool_size" count=2 2> /dev/null | wc -c)
25 test "$size" -eq "$pool_size"
33 if [ "$status" -eq 0 ]; then
50 if [ "$status" -eq 0 ]; then
57 echo "SKIP (read-only file system detected)"
63 start|restart|reload)
64 # Carry a random seed from start-up to start-up
68 # Carry a random seed from shut-down to start-up
72 echo "Usage: $0 {start|stop|restart|reload}"