diff --git a/etc/rc.d/swap1 b/etc/rc.d/swap1 index b51b1515f29..71a190822e4 100755 --- a/etc/rc.d/swap1 +++ b/etc/rc.d/swap1 @@ -11,7 +11,7 @@ name="swap1" start_cmd='swapon -aq' -stop_cmd='swapoff -aq' +stop_cmd=':' load_rc_config swap run_rc_command "$1"