5a32c5a66c
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
14 lines
217 B
SYSTEMD
14 lines
217 B
SYSTEMD
[Unit]
|
|
Description=Kernel Logging Service
|
|
Documentation=man:klogd
|
|
After=syslogd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@SBINDIR@/klogd -n
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|