Blame SOURCES/rsyslog.service

000b35
[Unit]
000b35
Description=System Logging Service
000b35
;Requires=syslog.socket
000b35
Documentation=man:rsyslogd(8)
000b35
Documentation=https://www.rsyslog.com/doc/
000b35
000b35
[Service]
000b35
Type=notify
000b35
EnvironmentFile=-/etc/sysconfig/rsyslog
000b35
ExecStart=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS
000b35
ExecReload=/usr/bin/kill -HUP $MAINPID
000b35
UMask=0066
000b35
StandardOutput=null
000b35
Restart=on-failure
000b35
000b35
# Increase the default a bit in order to allow many simultaneous
000b35
# files to be monitored, we might need a lot of fds.
000b35
LimitNOFILE=16384
000b35
000b35
[Install]
000b35
WantedBy=multi-user.target
000b35
;Alias=syslog.service