Blame SOURCES/rsyslog.service

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