1 Commits

Author SHA1 Message Date
be5501c90f add esettingsd 2023-07-25 14:56:05 +02:00
10 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1 @@
esettingsd-srv

View File

@@ -0,0 +1 @@
3

View File

@@ -0,0 +1 @@
esettingsd

View File

@@ -0,0 +1,9 @@
#!/bin/execlineb -P
envfile /etc/s6/config/esettingsd.conf
importas -sCuD "n3 s2000000 T" DIRECTIVES DIRECTIVES
ifelse { test -w /var/log } {
foreground { install -d -o s6log -g s6log /var/log/esettingsd }
s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /var/log/esettingsd
}
foreground { install -d -o s6log -g s6log /run/log/esettingsd }
s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /run/log/esettingsd

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
esettingsd-log

View File

@@ -0,0 +1,3 @@
#!/bin/execlineb -P
fdmove -c 2 1
exec /usr/lib/esettingsd

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1,2 @@
# This configures the directives used for s6-log in the log service.
DIRECTIVES="n3 s2000000 T"