cda4c6a037
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
14 lines
218 B
SYSTEMD
14 lines
218 B
SYSTEMD
[Unit]
|
|
Description=Kernel Logging Service
|
|
After=syslogd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=@SBINDIR@/klogd
|
|
PIDFile=/var/run/klogd.pid
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|