mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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)
10 lines
237 B
Bash
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"
|