summaryrefslogtreecommitdiff
path: root/debian/tor.init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tor.init')
-rw-r--r--debian/tor.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tor.init b/debian/tor.init
index 63f0ac4473..640a5e88c8 100644
--- a/debian/tor.init
+++ b/debian/tor.init
@@ -71,7 +71,7 @@ case "$1" in
then
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
else
- echo "FAILED ($DAEMON died: process $pid not running)."
+ echo "FAILED ($DAEMON died: process $pid not running; or permission denied)."
fi
;;
reload|force-reload)
@@ -87,7 +87,7 @@ case "$1" in
then
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
else
- echo "FAILED ($DAEMON died: process $pid not running)."
+ echo "FAILED ($DAEMON died: process $pid not running; or permission denied)."
fi
;;
restart)