Blame SOURCES/rsyslog.service

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