Description: fix the environment file path
--- a/systemd/certmonger.service.in
+++ b/systemd/certmonger.service.in
@@ -5,7 +5,7 @@ After=syslog.target network.target dbus.
 [Service]
 Type=dbus
 PIDFile=/run/certmonger.pid
-EnvironmentFile=-/etc/sysconfig/certmonger
+EnvironmentFile=-/etc/default/certmonger
 ExecStart=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS
 BusName=@CM_DBUS_NAME@
 
