aports/testing/grommunio-admin-api/grommunio-admin-api.confd
Noel Kuntze e56336cb0a testing/grommunio-admin-api: add new dependencies and use rspamd
rspamd instead of grommunio-antispam, and do not build on s390x, armhf, or ppc64le
(grommunio-gromox's test suite fails on s390x, py3-openapi-core is not usable on armhf or ppc64le because of dependency hell through py3-fastapi and py3-starlette)
2024-05-26 20:04:37 +00:00

10 lines
237 B
Bash

# Configuration for /etc/init.d/grommunio-admin-api
user="grommunio"
group="nginx"
pidfile="/run/grommunio/admin-api.pid"
error_logger="'logger -t grommunio-admin-api'"
uwsgi_opts="--ini /usr/share/grommunio-admin-api/api-config.ini"