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

12 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
}