From 67deb7dc830015446457b4a506682577d364c683 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 11 Feb 2013 22:30:56 +0000 Subject: [PATCH] Also include the daemons restart info in the script's documentation. --- bootstrap-salt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 5a3b632..b77ee38 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -604,6 +604,9 @@ __apt_get_noinput() { # 3. install___start_daemons # 4. install__start_daemons # +# NOTE: The start daemons function should be able to restart any daemons +# which are running, or start if they're not running. +# ############################################################################## ##############################################################################