# Customized settings for incusd

# Define nice level for incusd (init script only)
SERVICE_RUN_NICE_LEVEL="+0"

# Max open files and max processes (init script only, systemd unit sets its own)
SERVICE_LIMITS="-n 1048576 -u 1048576"

# Extra options for incusd (see incusd --help)
#OPTIONS=""
