summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/sysctl6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/sysctl b/etc/rc.d/sysctl
index cc3e801..2420414 100755
--- a/etc/rc.d/sysctl
+++ b/etc/rc.d/sysctl
@@ -11,7 +11,7 @@ name="sysctl"
command="/sbin/sysctl"
stop_cmd=":"
start_cmd="sysctl_start"
-reload_cmd="sysctl_start"
+reload_cmd="sysctl_start last"
lastload_cmd="sysctl_start last"
extra_commands="reload lastload"
@@ -19,10 +19,10 @@ sysctl_start()
{
case $1 in
last)
- command_args="-i -f"
+ command_args="-f"
;;
*)
- command_args="-f"
+ command_args="-i -f"
;;
esac
OpenPOWER on IntegriCloud