2017-09-20 12:21:30 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Kernel Log Daemon
|
|
|
|
|
|
|
|
[Service]
|
2020-03-15 03:27:06 +01:00
|
|
|
ExecStart=/sbin/klogd -n
|
2017-09-20 12:21:30 +02:00
|
|
|
StandardOutput=null
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
WantedBy=syslogd.service
|