Name
spool_mode — set the file mode for newly created spool files
Synopsis
spool_mode = 0640
Description
spool_mode
allows you to set the mode
for the open
system call used to create spool files. The value must be specified in octal format. The default is 0640
.
Changing the value of this option at runtime requires restarting the ecelerity process (issuing the ec_console command config reload
will not suffice).
Scope
spool_mode
is valid in the global scope.
See Also
Was this page helpful?