diff options
| author | PS <p@0x53.net> | 2026-02-01 12:07:40 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-01 12:07:40 +0100 |
| commit | 49371f8654a82e3300caa898f4a211716681735f (patch) | |
| tree | b10db0004c18c1179272101e0d89e9778b58d3f4 /src/lib/source/system/other/syslog-priv-srv | |
| download | goetia-freebsd-49371f8654a82e3300caa898f4a211716681735f.tar.gz goetia-freebsd-49371f8654a82e3300caa898f4a211716681735f.tar.bz2 goetia-freebsd-49371f8654a82e3300caa898f4a211716681735f.zip | |
version 0.2.0.0
Diffstat (limited to 'src/lib/source/system/other/syslog-priv-srv')
5 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/source/system/other/syslog-priv-srv/dependencies.d/mount b/src/lib/source/system/other/syslog-priv-srv/dependencies.d/mount new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/system/other/syslog-priv-srv/dependencies.d/mount diff --git a/src/lib/source/system/other/syslog-priv-srv/notification-fd b/src/lib/source/system/other/syslog-priv-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/system/other/syslog-priv-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/system/other/syslog-priv-srv/producer-for b/src/lib/source/system/other/syslog-priv-srv/producer-for new file mode 100644 index 0000000..8471961 --- /dev/null +++ b/src/lib/source/system/other/syslog-priv-srv/producer-for @@ -0,0 +1 @@ +syslog-priv-log diff --git a/src/lib/source/system/other/syslog-priv-srv/run b/src/lib/source/system/other/syslog-priv-srv/run new file mode 100644 index 0000000..a2ccd71 --- /dev/null +++ b/src/lib/source/system/other/syslog-priv-srv/run @@ -0,0 +1,12 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://skarnet.org/software/s6/s6-socklog.html + +fdmove -c 2 1 + +s6-envuidgid @loguser@ + +s6-socklog + -d3 -U + -x /var/run/logpriv diff --git a/src/lib/source/system/other/syslog-priv-srv/type b/src/lib/source/system/other/syslog-priv-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/syslog-priv-srv/type @@ -0,0 +1 @@ +longrun |
