6a91580c11
- fixes: sysklogd 1.6 klogd with newer glibcs: kernel messages are logged to user facility - sysklogd removed klogd, functionality has been moved to syslogd - now supports config fragments in /etc/syslog.d - disabled sysklogd logger to not interfere with other loggers - license has changed from GPL-2.0+ to BSD-3-Clause Signed-off-by: Andreas Hilse <andreas.hilse@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
206 B
Desktop File
13 lines
206 B
Desktop File
[Unit]
|
|
Description=System Logging Service
|
|
Requires=syslog.socket
|
|
|
|
[Service]
|
|
ExecStart=/sbin/syslogd -m 0 -F
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|