xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=System Logging Service
3Requires=syslog.socket
4Wants=network.target network-online.target
5After=network.target network-online.target
6Documentation=man:rsyslogd(8)
7Documentation=http://www.rsyslog.com/doc/
8
9[Service]
10Type=notify
11ExecStart=@sbindir@/rsyslogd -n -iNONE
12StandardOutput=null
13Restart=on-failure
14
15# Increase the default a bit in order to allow many simultaneous
16# files to be monitored, we might need a lot of fds.
17LimitNOFILE=16384
18
19[Install]
20WantedBy=multi-user.target
21Alias=syslog.service
22