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