summary refs log tree commit diff
path: root/core-services/08-sysctl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/08-sysctl.sh')
-rw-r--r--core-services/08-sysctl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/08-sysctl.sh b/core-services/08-sysctl.sh
index 2f393ee..44aa4ad 100644
--- a/core-services/08-sysctl.sh
+++ b/core-services/08-sysctl.sh
@@ -1,6 +1,6 @@
 # vim: set ts=4 sw=4 et:
 
-if [ -x /sbin/sysctl ]; then
+if [ -x /sbin/sysctl -o -x /bin/sysctl ]; then
     msg "Loading sysctl(8) settings..."
     sysctl --system
 fi