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