seems to be start-able as a service.

This commit is contained in:
Micha Glave
2026-01-03 23:10:54 +01:00
parent a4410a22de
commit c8e104d338
2 changed files with 10 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ description="Kanidm: simple, secure, and fast identity management platform"
: ${KANIDM_CUSTOM:=${KANIDM_WORK_DIR}/custom}
command="/usr/sbin/kanidmd"
command_args="server --config ${KANIDM_CONF}"
command_args="--config-path ${KANIDM_CONF} server"
command_background="true"
command_user="${KANIDM_USER}:${KANIDM_GROUP}"
error_log="/var/log/${RC_SVCNAME}/${RC_SVCNAME}.err"