2018-08-05 22:37:57 +05:30
|
|
|
[Unit]
|
|
|
|
Description=Kernel Logging Service
|
2018-08-05 22:50:17 +05:30
|
|
|
Documentation=man:klogd
|
2018-08-05 22:37:57 +05:30
|
|
|
After=syslogd.service
|
|
|
|
|
|
|
|
[Service]
|
2018-08-05 22:48:40 +05:30
|
|
|
Type=simple
|
|
|
|
ExecStart=@SBINDIR@/klogd -n
|
2018-08-05 22:37:57 +05:30
|
|
|
StandardOutput=null
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|