1 Commits

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

View File

@@ -0,0 +1 @@
acpid-srv

View File

@@ -0,0 +1 @@
acpid

View File

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

View File

@@ -0,0 +1 @@
apache-srv

View File

@@ -0,0 +1 @@
apache

9
apache/apache-log/run Normal file
View File

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

2
apache/apache.conf Normal file
View File

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

View File

@@ -0,0 +1 @@
apcupsd-srv

View File

@@ -0,0 +1 @@
apcupsd

9
apcupsd/apcupsd-log/run Normal file
View File

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

2
apcupsd/apcupsd.conf Normal file
View File

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

2
at/at.conf Normal file
View File

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

1
at/atd-log/consumer-for Normal file
View File

@@ -0,0 +1 @@
atd-srv

1
at/atd-log/pipeline-name Normal file
View File

@@ -0,0 +1 @@
atd

9
at/atd-log/run Normal file
View File

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

2
atftp/atftp.conf Normal file
View File

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

View File

@@ -0,0 +1 @@
atftpd-srv

View File

@@ -0,0 +1 @@
atftpd

9
atftp/atftpd-log/run Normal file
View File

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

View File

@@ -0,0 +1 @@
auditd-srv

View File

@@ -0,0 +1 @@
auditd

9
audit/auditd-log/run Normal file
View File

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

View File

@@ -0,0 +1 @@
autofs-srv

View File

@@ -0,0 +1 @@
autofs

9
autofs/autofs-log/run Normal file
View File

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

2
autofs/autofs.conf Normal file
View File

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

View File

@@ -0,0 +1 @@
avahi-daemon-srv

View File

@@ -0,0 +1 @@
avahi-daemon

View File

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

2
avahi/avahi.conf Normal file
View File

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

View File

@@ -0,0 +1 @@
bitlbee-srv

View File

@@ -0,0 +1 @@
bitlbee

9
bitlbee/bitlbee-log/run Normal file
View File

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

Some files were not shown because too many files have changed in this diff Show More