From 3dcb6c6a73cd16acc7bcae9e54cda16fed89f35b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 29 Jan 2020 15:00:01 +0000 Subject: Reimport userfs, rwfs and s6-rc from master --- layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for | 1 + layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies | 1 + layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name | 1 + layout/rootfs/etc/s6-rc/source-base/klogd-log/run | 4 ++++ layout/rootfs/etc/s6-rc/source-base/klogd-log/type | 1 + 5 files changed, 8 insertions(+) create mode 100644 layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for create mode 100644 layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies create mode 100644 layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name create mode 100755 layout/rootfs/etc/s6-rc/source-base/klogd-log/run create mode 100644 layout/rootfs/etc/s6-rc/source-base/klogd-log/type (limited to 'layout/rootfs/etc/s6-rc/source-base/klogd-log') diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for new file mode 100644 index 0000000..fd64770 --- /dev/null +++ b/layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for @@ -0,0 +1 @@ +klogd diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies new file mode 100644 index 0000000..7c63988 --- /dev/null +++ b/layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies @@ -0,0 +1 @@ +mount-rwfs diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name new file mode 100644 index 0000000..cb7ca7b --- /dev/null +++ b/layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name @@ -0,0 +1 @@ +klogd-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/run b/layout/rootfs/etc/s6-rc/source-base/klogd-log/run new file mode 100755 index 0000000..90e474b --- /dev/null +++ b/layout/rootfs/etc/s6-rc/source-base/klogd-log/run @@ -0,0 +1,4 @@ +#!/command/execlineb -P +s6-setuidgid kllog +exec -c +s6-log t s1000000 n20 /var/log/klogd diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/type b/layout/rootfs/etc/s6-rc/source-base/klogd-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/layout/rootfs/etc/s6-rc/source-base/klogd-log/type @@ -0,0 +1 @@ +longrun -- cgit v1.3.1