diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/runscript.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 88e99bd7..be69bb9b 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() { |