5e2d823225
added mmkubernetes module added fmhttp module finished converting rsyslog config to new syntax dropped obsolete defattr statements from spec
15 lines
482 B
Diff
15 lines
482 B
Diff
diff -up rsyslog-7.4.1/rsyslog.service.in.orig rsyslog-7.4.1/rsyslog.service.in
|
|
--- rsyslog-7.4.1/rsyslog.service.in.orig 2013-06-17 15:28:54.430023493 +0200
|
|
+++ rsyslog-7.4.1/rsyslog.service.in 2013-06-17 15:30:05.874378084 +0200
|
|
@@ -6,7 +6,9 @@ Requires=syslog.socket
|
|
|
|
[Service]
|
|
Type=notify
|
|
-ExecStart=@sbindir@/rsyslogd -n -iNONE
|
|
+EnvironmentFile=-/etc/sysconfig/rsyslog
|
|
+ExecStart=@sbindir@/rsyslogd -n $SYSLOGD_OPTIONS
|
|
+UMask=0066
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|