summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/runscript.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in
index 88e99bd..be69bb9 100644
--- a/sh/runscript.sh.in
+++ b/sh/runscript.sh.in
@@ -18,6 +18,9 @@ if [ -z "$1" -o -z "$2" ]; then
exit 1
fi
+# So daemons know where to recall us if needed
+export RC_SERVICE="$1"
+
# Descript the init script to the user
describe()
{