4
Stalwart / Stalwart (amd64, x86_64, cicd.any, bookworm trixie noble, main) (push) Failing after 29s
Stalwart / Stalwart (arm64, aarch64, cicd.any, bookworm trixie noble, main) (push) Failing after 28s

This commit is contained in:
Cantibra
2026-06-12 18:09:45 +02:00
parent 3fde1e23ba
commit 9a6feb3990
6 changed files with 42 additions and 99 deletions
+6 -1
View File
@@ -22,14 +22,19 @@ GROUP='stalwart'
PIDFOLDER="/run/${NAME}"
PIDFILE="${PIDFOLDER}/${NAME}.pid"
DAEMON='/usr/sbin/stalwart'
DAEMON_CONFIG='/etc/stalwart.toml'
DAEMON_CONFIG='/etc/stalwart/config.json'
DAEMON_OPTS="--config ${DAEMON_CONFIG}"
ENVIRONMENT='/etc/stalwart/stalwart.env'
set -e
[ -f "${DAEMON_CONFIG}" ]
[ -f "${ENVIRONMENT}" ]
. '/lib/lsb/init-functions'
set -a
. "${ENVIRONMENT}"
set +a
[ -x "${DAEMON}" ]