2018-08-05 19:07:57 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Kernel Logging Service
|
2018-08-05 19:20:17 +02:00
|
|
|
Documentation=man:klogd
|
2018-08-05 19:07:57 +02:00
|
|
|
After=syslogd.service
|
|
|
|
|
|
|
|
[Service]
|
2018-08-05 19:18:40 +02:00
|
|
|
Type=simple
|
|
|
|
ExecStart=@SBINDIR@/klogd -n
|
2018-08-05 19:07:57 +02:00
|
|
|
StandardOutput=null
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|