Magellan Linux

Annotation of /trunk/rsyslog/patches/rsyslog-5.8.1-systemd.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1338 - (hide annotations) (download)
Thu Jun 2 17:17:44 2011 UTC (13 years ago) by niro
File size: 542 byte(s)
-added rsyslog to the tree with full systemd compat
1 niro 1338 diff -Naur rsyslog-5.8.1/rsyslog.service.in rsyslog-5.8.1-magellan/rsyslog.service.in
2     --- rsyslog-5.8.1/rsyslog.service.in 2011-05-13 10:32:03.000000000 +0200
3     +++ rsyslog-5.8.1-magellan/rsyslog.service.in 2011-06-02 19:12:22.000000000 +0200
4     @@ -2,8 +2,9 @@
5     Description=System Logging Service
6    
7     [Service]
8     +EnvironmentFile=-/etc/conf.d/rsyslog
9     ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
10     -ExecStart=@sbindir@/rsyslogd -n -c5
11     +ExecStart=@sbindir@/rsyslogd -n $RSYSLOG_OPTS -f $CONFIGFILE
12     Sockets=syslog.socket
13    
14     [Install]