This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        BusName=org.fedorahosted.certmonger
- 
        EnvironmentFile=-/etc/default/certmonger
- 
        EnvironmentFile=-/etc/sysconfig/certmonger
- 
        ExecStart=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS
- 
        PIDFile=/run/certmonger.pid
- 
        Type=dbus
 
- 
        
- 
    [Unit]- 
        After=syslog.target network.target dbus.service
- 
        Description=Certificate monitoring and PKI enrollment
- 
        PartOf=dbus.service
 
- 
        
Additionnal notes
Nothing here.