]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - rsyslog/patches/rsyslog-5.7.9-systemd.patch
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / rsyslog / patches / rsyslog-5.7.9-systemd.patch
1 diff -up rsyslog-5.7.9/rsyslog.service.in.orig rsyslog-5.7.9/rsyslog.service.in
2 --- rsyslog-5.7.9/rsyslog.service.in.orig 2011-03-18 18:05:58.760693398 +0100
3 +++ rsyslog-5.7.9/rsyslog.service.in 2011-03-18 18:07:20.131691458 +0100
4 @@ -2,8 +2,9 @@
5 Description=System Logging Service
6
7 [Service]
8 +EnvironmentFile=-/etc/sysconfig/rsyslog
9 ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
10 -ExecStart=@sbindir@/rsyslogd -n -c5
11 +ExecStart=@sbindir@/rsyslogd -n $SYSLOGD_OPTIONS
12 Sockets=syslog.socket
13
14 [Install]