aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/busybox-klogd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/files/busybox-klogd.service.in')
-rw-r--r--meta/recipes-core/busybox/files/busybox-klogd.service.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/files/busybox-klogd.service.in b/meta/recipes-core/busybox/files/busybox-klogd.service.in
new file mode 100644
index 0000000000..d7c77558f3
--- /dev/null
+++ b/meta/recipes-core/busybox/files/busybox-klogd.service.in
@@ -0,0 +1,8 @@
+[Unit]
+Description=Kernel Logging Service
+
+[Service]
+ExecStart=@base_sbindir@/klogd -n
+
+[Install]
+WantedBy=multi-user.target