12345678910111213141516171819202122232425262728293031323334353637383940 |
- [Unit]
- Description=Syslog Socket
- Documentation=man:systemd.special(7)
- Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
- DefaultDependencies=no
- Before=sockets.target shutdown.target
- Conflicts=shutdown.target
- [Socket]
- ListenDatagram=/run/systemd/journal/syslog
- SocketMode=0666
- PassCredentials=yes
- PassSecurity=yes
- ReceiveBuffer=8M
|