From d8d52e67c30cb648f5feac5e08a9d8cb5c2643e3 Mon Sep 17 00:00:00 2001 From: Daniel Bradshaw Date: Thu, 30 May 2013 18:05:57 +0100 Subject: [PATCH] Doing start in the background can cause problems, so let's not suggest it. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a45ebfc..54831ad 100644 --- a/README.rst +++ b/README.rst @@ -206,7 +206,7 @@ Below is an example for Ubuntu Oneiric: fi fi /etc/init.d/salt-$fname stop > /dev/null 2>&1 - /etc/init.d/salt-$fname start & + /etc/init.d/salt-$fname start done }