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

12 lines
197 B
Bash

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