# Customized settings for partimaged

# Define nice level for partimaged
SERVICE_RUN_NICE_LEVEL="+0"

# Set the port on which the server should listen to
PORT=4025

# Define debug level
DEBUGLEVEL=1

# Directory where the images will be stored
DESTDIR="/var/spool/partimage"

# Set the chroot directory if you want the chroot jail to be used
#CHROOTDIR=""
