summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/rc-enabled.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/rc-enabled.in b/init.d/rc-enabled.in
index f222e6a..82dc596 100644
--- a/init.d/rc-enabled.in
+++ b/init.d/rc-enabled.in
@@ -24,7 +24,7 @@ start()
done
# If we have an init script for this service, continue
- rc-service --list | grep -q "${service}" && continue
+ rc-service --exists "${service}" && continue
# Ensure that the users rc.conf will start us - ignore the defaults
eval enabled=\$${svc##*/}_enable