mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
12 lines
197 B
Bash
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
|
|
}
|