mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-11-09 13:50:50 -05:00
Added configs
This commit is contained in:
parent
abb7d52408
commit
9e69bf6d9a
4 changed files with 6 additions and 1 deletions
1
config/klogd.conf
Normal file
1
config/klogd.conf
Normal file
|
@ -0,0 +1 @@
|
|||
DIRECTIVES="s2000000 n3 t"
|
2
config/smartd.conf
Normal file
2
config/smartd.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This configures the directives used for s6-log in the log service.
|
||||
DIRECTIVES="n3 s2000000 T"
|
2
config/tomoyo-auditd.conf
Normal file
2
config/tomoyo-auditd.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This configures the directives used for s6-log in the log service.
|
||||
DIRECTIVES="n3 s2000000 T"
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/execlineb -P
|
||||
envfile /etc/s6/config/tomoyo-audit.conf
|
||||
envfile /etc/s6/config/tomoyo-auditd.conf
|
||||
importas -sCuD "n3 s2000000 T" DIRECTIVES DIRECTIVES
|
||||
ifelse { test -w /var/log } {
|
||||
foreground { install -d -o s6log -g s6log /var/log/tomoyo-auditd }
|
||||
|
|
Loading…
Reference in a new issue