mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 20:20:41 +01:00
20 lines
434 B
SYSTEMD
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
|
|
|
|
# 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
|