seems to be start-able as a service.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user