Compare commits
1 Commits
cgroups
...
esettingsd
Author | SHA1 | Date | |
---|---|---|---|
be5501c90f |
1
acpid/acpid-log/consumer-for
Normal file
1
acpid/acpid-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
acpid-srv
|
1
acpid/acpid-log/pipeline-name
Normal file
1
acpid/acpid-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
acpid
|
@@ -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
|
1
acpid/acpid-log/type
Normal file
1
acpid/acpid-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
acpid/acpid-srv/producer-for
Normal file
1
acpid/acpid-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
acpid-log
|
1
acpid/acpid-srv/type
Normal file
1
acpid/acpid-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
2
acpid/acpid.conf
Normal file
2
acpid/acpid.conf
Normal 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
1
alsa-utils/alsa/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
1
apache/apache-log/consumer-for
Normal file
1
apache/apache-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
apache-srv
|
1
apache/apache-log/pipeline-name
Normal file
1
apache/apache-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
apache
|
9
apache/apache-log/run
Normal file
9
apache/apache-log/run
Normal 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
1
apache/apache-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
apache/apache-srv/producer-for
Normal file
1
apache/apache-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
apache-log
|
1
apache/apache-srv/type
Normal file
1
apache/apache-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
2
apache/apache.conf
Normal file
2
apache/apache.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
# This configures the directives used for s6-log in the log service.
|
||||
DIRECTIVES="n3 s2000000 T"
|
1
apcupsd/apcupsd-log/consumer-for
Normal file
1
apcupsd/apcupsd-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
apcupsd-srv
|
1
apcupsd/apcupsd-log/pipeline-name
Normal file
1
apcupsd/apcupsd-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
apcupsd
|
9
apcupsd/apcupsd-log/run
Normal file
9
apcupsd/apcupsd-log/run
Normal 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
1
apcupsd/apcupsd-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
apcupsd/apcupsd-srv/producer-for
Normal file
1
apcupsd/apcupsd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
apcupsd-log
|
1
apcupsd/apcupsd-srv/type
Normal file
1
apcupsd/apcupsd-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
2
apcupsd/apcupsd.conf
Normal file
2
apcupsd/apcupsd.conf
Normal 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
1
apparmor/apparmor/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
2
at/at.conf
Normal file
2
at/at.conf
Normal 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
1
at/atd-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
atd-srv
|
1
at/atd-log/pipeline-name
Normal file
1
at/atd-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
atd
|
9
at/atd-log/run
Normal file
9
at/atd-log/run
Normal 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
1
at/atd-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
at/atd-srv/producer-for
Normal file
1
at/atd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
atd-log
|
1
at/atd-srv/type
Normal file
1
at/atd-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
2
atftp/atftp.conf
Normal file
2
atftp/atftp.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
# This configures the directives used for s6-log in the log service.
|
||||
DIRECTIVES="n3 s2000000 T"
|
1
atftp/atftpd-log/consumer-for
Normal file
1
atftp/atftpd-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
atftpd-srv
|
1
atftp/atftpd-log/pipeline-name
Normal file
1
atftp/atftpd-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
atftpd
|
9
atftp/atftpd-log/run
Normal file
9
atftp/atftpd-log/run
Normal 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
1
atftp/atftpd-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
atftp/atftpd-srv/producer-for
Normal file
1
atftp/atftpd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
atftpd-log
|
1
atftp/atftpd-srv/type
Normal file
1
atftp/atftpd-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
12
audit/audit.conf
Normal file
12
audit/audit.conf
Normal 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
1
audit/auditctl/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
1
audit/auditd-log/consumer-for
Normal file
1
audit/auditd-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
auditd-srv
|
1
audit/auditd-log/pipeline-name
Normal file
1
audit/auditd-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
auditd
|
9
audit/auditd-log/run
Normal file
9
audit/auditd-log/run
Normal 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
1
audit/auditd-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
audit/auditd-srv/producer-for
Normal file
1
audit/auditd-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
auditd-log
|
1
audit/auditd-srv/type
Normal file
1
audit/auditd-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
autofs/autofs-log/consumer-for
Normal file
1
autofs/autofs-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
autofs-srv
|
1
autofs/autofs-log/pipeline-name
Normal file
1
autofs/autofs-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
autofs
|
9
autofs/autofs-log/run
Normal file
9
autofs/autofs-log/run
Normal 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
1
autofs/autofs-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
autofs/autofs-srv/producer-for
Normal file
1
autofs/autofs-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
autofs-log
|
1
autofs/autofs-srv/type
Normal file
1
autofs/autofs-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
2
autofs/autofs.conf
Normal file
2
autofs/autofs.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
# This configures the directives used for s6-log in the log service.
|
||||
DIRECTIVES="n3 s2000000 T"
|
1
avahi/avahi-daemon-log/consumer-for
Normal file
1
avahi/avahi-daemon-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
avahi-daemon-srv
|
1
avahi/avahi-daemon-log/pipeline-name
Normal file
1
avahi/avahi-daemon-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
avahi-daemon
|
9
avahi/avahi-daemon-log/run
Normal file
9
avahi/avahi-daemon-log/run
Normal 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
|
1
avahi/avahi-daemon-log/type
Normal file
1
avahi/avahi-daemon-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
avahi/avahi-daemon-srv/producer-for
Normal file
1
avahi/avahi-daemon-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
avahi-daemon-log
|
1
avahi/avahi-daemon-srv/type
Normal file
1
avahi/avahi-daemon-srv/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
2
avahi/avahi.conf
Normal file
2
avahi/avahi.conf
Normal 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
1
backlight/backlight/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
1
backuppc/backuppc/type
Normal file
1
backuppc/backuppc/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
bftpd/bftpd/type
Normal file
1
bftpd/bftpd/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
bind/named/type
Normal file
1
bind/named/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
bitlbee/bitlbee-log/consumer-for
Normal file
1
bitlbee/bitlbee-log/consumer-for
Normal file
@@ -0,0 +1 @@
|
||||
bitlbee-srv
|
1
bitlbee/bitlbee-log/pipeline-name
Normal file
1
bitlbee/bitlbee-log/pipeline-name
Normal file
@@ -0,0 +1 @@
|
||||
bitlbee
|
9
bitlbee/bitlbee-log/run
Normal file
9
bitlbee/bitlbee-log/run
Normal 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
1
bitlbee/bitlbee-log/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
1
bitlbee/bitlbee-srv/producer-for
Normal file
1
bitlbee/bitlbee-srv/producer-for
Normal file
@@ -0,0 +1 @@
|
||||
bitlbee-log
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user