You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Unit]
Description=System Logging Service
Requires=syslog.socket
Documentation=man:rsyslogd(8)
Documentation=https://www.rsyslog.com/doc/
[Service]
Type=notify
EnvironmentFile=-/etc/default/rsyslog
ExecStart=/usr/sbin/rsyslogd -n -i/var/run/rsyslogd.pid $SYSLOGD_OPTIONS
UMask=0066
StandardOutput=null
Restart=on-failure
# Increase the default a bit in order to allow many simultaneous
# files to be monitored, we might need a lot of fds.
LimitNOFILE=16384
[Install]
WantedBy=multi-user.target
Alias=syslog.service
root@rsyslog-testing:~# rsyslogd -vrsyslogd 8.2006.0 (aka 2020.06) compiled with: PLATFORM: x86_64-pc-linux-gnu PLATFORM (lsb_release -d): FEATURE_REGEXP: Yes GSSAPI Kerberos 5 support: No FEATURE_DEBUG (debug build, slow code): No 32bit Atomic operations supported: Yes 64bit Atomic operations supported: Yes memory allocator: system default Runtime Instrumentation (slow code): No uuid support: Yes systemd support: Yes Config file: /etc/rsyslog.conf PID file: /var/run/rsyslogd.pid Number of Bits in RainerScript integers: 64See https://www.rsyslog.com for more information.
We're overriding with our own unit file, so the end result was only a brief outage of one of our receivers (related to the open files limit being exceeded), but it caught me off guard. Figured I'd check here to see if the set of changes were intentional.
The text was updated successfully, but these errors were encountered:
A previous configuration:
Current one (Ubuntu 18.04 system):
We're overriding with our own unit file, so the end result was only a brief outage of one of our receivers (related to the open files limit being exceeded), but it caught me off guard. Figured I'd check here to see if the set of changes were intentional.
The text was updated successfully, but these errors were encountered: