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

12 lines
206 B
Bash

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