1[Unit] 2Description=System Logging Service 3Requires=syslog.socket 4Documentation=man:rsyslogd(8) 5Documentation=https://www.rsyslog.com/doc/ 6 7[Service] 8Type=notify 9ExecStart=/usr/sbin/rsyslogd -n -iNONE 10StandardOutput=null 11Restart=on-failure 12 13# Increase the default a bit in order to allow many simultaneous 14# files to be monitored, we might need a lot of fds. 15LimitNOFILE=16384 16 17[Install] 18WantedBy=multi-user.target 19Alias=syslog.service 20