From 1aa3bc74170f10a4285827efa2748d1d6c2e4613 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Jan 2026 06:49:25 +0000 Subject: New example batch of service definitions --- examples/source-router/init-sysctl/up | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/source-router/init-sysctl/up (limited to 'examples/source-router/init-sysctl/up') diff --git a/examples/source-router/init-sysctl/up b/examples/source-router/init-sysctl/up new file mode 100644 index 0000000..9e846f8 --- /dev/null +++ b/examples/source-router/init-sysctl/up @@ -0,0 +1,6 @@ +redirfd -r 0 /etc/sysctl.conf +forstdin -nCd"\n" -- LINE +importas -u LINE LINE +multidefine -C $LINE { CTL VALUE } +redirfd -w 1 /proc/sys/$CTL +s6-echo -- $VALUE -- cgit v1.3.1