aports/community/certmonger/certmonger.initd
2024-03-28 08:49:36 +00: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
}