Compare commits
1 Commits
master
...
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
|
#!/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
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
|
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
|
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"
|
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
|
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
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
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
|
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
|
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
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
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user