Blame SOURCES/rsyslog.service

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