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
27 lines
686 B
Desktop File
27 lines
686 B
Desktop File
[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
|