Accepting request 830482 from home:stroeder:branches:Base:System

Upgrade to rsyslog 8.2008.0

OBS-URL: https://build.opensuse.org/request/show/830482
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=319
This commit is contained in:
Thomas Blume
2020-09-08 06:55:17 +00:00
committed by Git OBS Bridge
parent 4ee541978b
commit 1a9667b691
10 changed files with 49 additions and 107 deletions

26
rsyslog.service Normal file
View File

@@ -0,0 +1,26 @@
[Unit]
Description=System Logging Service
Requires=syslog.socket
Requires=var-run.mount
After=var-run.mount
Conflicts=syslog-ng.service syslogd.service
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
Environment=RSYSLOGD_PARAMS=
EnvironmentFile=-/etc/sysconfig/syslog
ExecStartPre=/usr/sbin/rsyslog-service-prepare
ExecStart=/usr/sbin/rsyslogd -n -iNONE $RSYSLOGD_PARAMS
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null
Restart=on-abort
# Increase the default a bit in order to allow many simultaneous
# files to be monitored, we might need a lot of fds.
LimitNOFILE=16384
[Install]
WantedBy=multi-user.target
Alias=syslog.service