From eaf0ecff18ee063286ad423469241ca0eb2e4c6c Mon Sep 17 00:00:00 2001 From: PS
Date: Sun, 1 Feb 2026 12:06:46 +0100 Subject: version 0.2.0.0 --- .../source/system/other/syslog-srv/dependencies.d/mount-dev | 0 src/lib/source/system/other/syslog-srv/notification-fd | 1 + src/lib/source/system/other/syslog-srv/producer-for | 1 + src/lib/source/system/other/syslog-srv/run | 11 +++++++++++ src/lib/source/system/other/syslog-srv/type | 1 + 5 files changed, 14 insertions(+) create mode 100644 src/lib/source/system/other/syslog-srv/dependencies.d/mount-dev create mode 100644 src/lib/source/system/other/syslog-srv/notification-fd create mode 100644 src/lib/source/system/other/syslog-srv/producer-for create mode 100644 src/lib/source/system/other/syslog-srv/run create mode 100644 src/lib/source/system/other/syslog-srv/type (limited to 'src/lib/source/system/other/syslog-srv') diff --git a/src/lib/source/system/other/syslog-srv/dependencies.d/mount-dev b/src/lib/source/system/other/syslog-srv/dependencies.d/mount-dev new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/source/system/other/syslog-srv/notification-fd b/src/lib/source/system/other/syslog-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/system/other/syslog-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/system/other/syslog-srv/producer-for b/src/lib/source/system/other/syslog-srv/producer-for new file mode 100644 index 0000000..0a564f6 --- /dev/null +++ b/src/lib/source/system/other/syslog-srv/producer-for @@ -0,0 +1 @@ +syslog-log diff --git a/src/lib/source/system/other/syslog-srv/run b/src/lib/source/system/other/syslog-srv/run new file mode 100644 index 0000000..a410c5c --- /dev/null +++ b/src/lib/source/system/other/syslog-srv/run @@ -0,0 +1,11 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://skarnet.org/software/s6/s6-socklog.html + +fdmove -c 2 1 + +s6-envuidgid @loguser@ + +s6-socklog + -d3 -U diff --git a/src/lib/source/system/other/syslog-srv/type b/src/lib/source/system/other/syslog-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/syslog-srv/type @@ -0,0 +1 @@ +longrun -- cgit v1.2.3