aboutsummaryrefslogtreecommitdiff
path: root/sh/openrc-run.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'sh/openrc-run.sh.in')
-rw-r--r--sh/openrc-run.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in
index ed565a46..12a4c6eb 100644
--- a/sh/openrc-run.sh.in
+++ b/sh/openrc-run.sh.in
@@ -149,6 +149,11 @@ _status()
# supervisor modules
default_start()
{
+ if yesno "${RC_USER_SERVICES}"; then
+ load_variables
+ save_variables
+ fi
+
local func=ssd_start
case "$supervisor" in
runit) func=runit_start ;;