rsyslog/rsyslog.service.in
Jiri Vymazal 9fabf1a2f3 Increased limit of concurrent FDs.
This is for solving situations when dealing with many files and
also to keep aligned with systemd value (because of journal
integration).
2018-04-19 14:57:16 +02:00

20 lines
434 B
SYSTEMD

[Unit]
Description=System Logging Service
Requires=syslog.socket
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/
[Service]
Type=notify
ExecStart=@sbindir@/rsyslogd -n -iNONE
StandardOutput=null
Restart=on-failure
[Install]
WantedBy=multi-user.target
Alias=syslog.service
# Increase the default a bit in order to allow many simultaneous
# files to be monitored, we might need a lot of fds.
LimitNOFILE=16384