Details
Description
When restarting, we should explicitly state we are sleeping for 3 seconds
restart() { stop echo "Sleeping for ${DOTIME}" sleep ${DOTIME} start }
When restarting, we should explicitly state we are sleeping for 3 seconds
restart() { stop echo "Sleeping for ${DOTIME}" sleep ${DOTIME} start }