aports/testing/kanidm/kanidmd.initd
2024-07-04 05:15:40 +00:00

13 lines
235 B
Bash

#!/sbin/openrc-run
name=kanidmd
command="/usr/bin/kanidmd"
command_args="server -c /etc/kanidm/server.toml"
command_user="kanidmd:kanidmd"
command_background=true
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net
after firewall
}