mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-11-09 22:00:56 -05:00
5 lines
137 B
Text
5 lines
137 B
Text
#!/bin/execlineb -P
|
|
envfile /etc/s6/config/tomoyo-auditd.conf
|
|
importas -sCuD "" REMOTE REMOTE
|
|
fdmove -c 2 1
|
|
exec tomoyo-auditd ${REMOTE}
|