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