mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-12-21 18:03:12 -05:00
4 lines
123 B
Text
4 lines
123 B
Text
#!/bin/execlineb -P
|
|
envfile /etc/s6/config/tomoyo-auditd.conf
|
|
importas -sCuD "" REMOTE REMOTE
|
|
exec tomoyo-auditd ${REMOTE}
|