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:
committed by
Git OBS Bridge
parent
4ee541978b
commit
1a9667b691
26
rsyslog.service
Normal file
26
rsyslog.service
Normal 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
|
Reference in New Issue
Block a user