2 changed files with 20 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||
#!/bin/sh |
|||
|
|||
. /etc/init.d/globals |
|||
|
|||
case $1 in |
|||
stop) |
|||
swapoff -a |
|||
;; |
|||
*) |
|||
echo "[${BASENAME}] Usage: $0 {stop}" |
|||
;; |
|||
esac |
Loading…
Reference in new issue