4c244e0a98
- resolves: rhbz#1069690 - drop patches merged upstream - version the dependency on liblognorm-devel - enable mmcount, mmexternal modules, remove imdiag, omruleset and pmrfc3164sd modules resolves: rhbz#1156359 - add dos2unix to build requirements - make the build process more verbose - in accordance with an upstream change, the rsyslog service is now restarted automatically upon failure - adjust the default configuration file for the removal of /etc/rsyslog.d/listen.conf by the systemd package resolves: rhbz#1116864 - disable the imklog module by default; kernel messages are read from journald resolves: rhbz#1083564 - if there is no saved position in the journal, log only messages that are received after rsyslog is started; this is a safety measure to prevent excessive resource utilization - use documentation from the standalone rsyslog-docs project - move documentation from all subpackages into a single directory - mark the recover_qi.pl script as documentation
14 lines
463 B
Diff
14 lines
463 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,8 @@ Requires=syslog.socket
|
|
|
|
[Service]
|
|
Type=notify
|
|
-ExecStart=@sbindir@/rsyslogd -n
|
|
+EnvironmentFile=-/etc/sysconfig/rsyslog
|
|
+ExecStart=@sbindir@/rsyslogd -n $SYSLOGD_OPTIONS
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|