debian: add spooler parameter to multitenant init script (#52756)

This commit is contained in:
Frédéric Péters 2021-04-06 11:34:41 +02:00
parent ffdf8a8789
commit 296fc94f7c
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ GROUP=authentic-multitenant
DAEMON_ARGS=${DAEMON_ARGS:-"--pidfile=$PIDFILE
--uid $USER --gid $GROUP
--ini /etc/$NAME/$NAME-uwsgi.ini
--spooler /var/lib/$NAME/spooler/
--daemonize /var/log/uwsgi.$NAME.log"}
# Load the VERBOSE setting and other rcS variables