]> git.pld-linux.org Git - packages/rsyslog.git/blob - rsyslog.service
- updated to 8.2402.0
[packages/rsyslog.git] / rsyslog.service
1 [Unit]
2 Description=System Logging Service
3 Requires=syslog.socket
4 Documentation=man:rsyslogd(8)
5 Documentation=https://www.rsyslog.com/doc/
6
7 [Service]
8 Type=notify
9 EnvironmentFile=-/etc/sysconfig/rsyslog
10 ExecStart=/usr/sbin/rsyslogd -n -iNONE $SYSLOGD_OPTIONS
11 StandardOutput=null
12 Restart=on-failure
13
14 # Increase the default a bit in order to allow many simultaneous
15 # files to be monitored, we might need a lot of fds.
16 LimitNOFILE=16384
17
18 [Install]
19 WantedBy=multi-user.target
20 Alias=syslog.service
This page took 0.03744 seconds and 3 git commands to generate.