mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
11 lines
211 B
Bash
11 lines
211 B
Bash
#!/sbin/openrc-run
|
|
description="Certificate monitor and PKI enrollment client"
|
|
pidfile=/run/certmonger.pid
|
|
command="/usr/bin/certmonger"
|
|
command_args="-S -p $pidfile $CM_OPTS"
|
|
|
|
depend() {
|
|
need dbus
|
|
use net
|
|
}
|
|
|