Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set spool-size? #45

Open
vaidik opened this issue Jun 2, 2015 · 2 comments
Open

How to set spool-size? #45

vaidik opened this issue Jun 2, 2015 · 2 comments

Comments

@vaidik
Copy link

vaidik commented Jun 2, 2015

Isn't there a way to set the spool-size? If not, then support for this will be handy.

@poolski
Copy link

poolski commented Jun 2, 2015

@vaidik, I use a custom /etc/defaults template which has spool-size set. I found that option easier to do that rather than have to refactor the module.

@nehaljwani
Copy link

I added this in the init script (just below loading the default file):

if [ ! -z "$spool_size" ] ; then
    args="$args -spool-size=$spool_size"
fi

And then I can specify the spool_size inside the default file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants