1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/certmonger/certmonger.initd
Noel Kuntze 5c4472aa0f testing/certmonger: new aport
Certificate status monitor and PKI enrollment client
https://pagure.io/certmonger"
2022-10-22 10:36:35 +02:00

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
}