File: fix-service-environment.diff

package info (click to toggle)
certmonger 0.79.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,428 kB
  • sloc: ansic: 59,314; sh: 6,767; xml: 2,486; makefile: 919; python: 564
file content (12 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
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@