#
# Arguments for ltspswapd (don't forget to include the quotes)
#
# ARGS="[-p <portnum>] [-s <path_to_swapfiles>] [-z <swapsize>] [-d]"
# <portnum>            port number              (default=9210)
# <path_to_swapfiles>  swap path on the server  (default=/var/spool/ltspswap) 
# <swapsize>           swap file size           (default=64mb)
# -d                   enables debugging

SWAPDIR="/var/spool/ltspswap"
SWAPSIZE="64"

ARGS="-s $SWAPDIR -z ${SWAPSIZE}mb"
