1 Commits

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

View File

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

View File

@@ -0,0 +1 @@
acpid

View File

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

1
acpid/acpid-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
acpid-log

1
acpid/acpid-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

2
acpid/acpid.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
alsa-utils/alsa/type Normal file
View File

@@ -0,0 +1 @@
oneshot

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

1
apache/apache-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
apache-log

1
apache/apache-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

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

1
apcupsd/apcupsd-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
apcupsd-log

1
apcupsd/apcupsd-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

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"

1
apparmor/apparmor/type Normal file
View File

@@ -0,0 +1 @@
oneshot

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

1
at/atd-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

1
at/atd-srv/producer-for Normal file
View File

@@ -0,0 +1 @@
atd-log

1
at/atd-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

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

1
atftp/atftpd-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
atftpd-log

1
atftp/atftpd-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

12
audit/audit.conf Normal file
View File

@@ -0,0 +1,12 @@
# This option is used to determine if rules & watches should be deleted on
# shutdown by loading the audit-stop file. This is beneficial in most cases
# so that a watch doesn't linger on a drive that is being unmounted. If
# set to no, it will NOT be cleaned up.
AUDITD_CLEAN_STOP=no
# This option determines whether or not to call augenrules to compile the
# audit rules from /etc/audit/rules.d. The default is "yes".
USE_AUGENRULES=yes
# This configures the directives used for s6-log in the log service.
DIRECTIVES="n3 s2000000 T"

1
audit/auditctl/type Normal file
View File

@@ -0,0 +1 @@
oneshot

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

1
audit/auditd-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
auditd-log

1
audit/auditd-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

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

1
autofs/autofs-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
autofs-log

1
autofs/autofs-srv/type Normal file
View File

@@ -0,0 +1 @@
longrun

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

View File

@@ -0,0 +1 @@
longrun

View File

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

View File

@@ -0,0 +1 @@
longrun

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"

1
backlight/backlight/type Normal file
View File

@@ -0,0 +1 @@
oneshot

1
backuppc/backuppc/type Normal file
View File

@@ -0,0 +1 @@
longrun

1
bftpd/bftpd/type Normal file
View File

@@ -0,0 +1 @@
longrun

1
bind/named/type Normal file
View File

@@ -0,0 +1 @@
longrun

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

1
bitlbee/bitlbee-log/type Normal file
View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
bitlbee-log

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