OSDN Git Service

klogd: added
authorteldra <teldra@rotce.de>
Tue, 30 Jun 2020 13:48:34 +0000 (15:48 +0200)
committerteldra <teldra@rotce.de>
Tue, 30 Jun 2020 13:48:34 +0000 (15:48 +0200)
usr/share/66/service/klogd [new file with mode: 0644]

diff --git a/usr/share/66/service/klogd b/usr/share/66/service/klogd
new file mode 100644 (file)
index 0000000..d0ec047
--- /dev/null
@@ -0,0 +1,11 @@
+[main]
+@type = classic
+@version = @VERSION@
+@description = "kernel log daemon"
+@user = ( root )
+@options = ( log )
+
+[start]
+@execute = ( redirfd -r 0 /proc/kmsg
+exec -c
+ucspilogd )