Implement audit enrichments, TUI workflows, and production ISO scaffold
This commit is contained in:
15
iso/overlay/etc/init.d/bee-update
Executable file
15
iso/overlay/etc/init.d/bee-update
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
description="Bee: update audit binary from USB/network"
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
after bee-network
|
||||
before bee-audit
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Checking for audit binary update"
|
||||
/usr/local/bin/bee-update.sh >> /var/log/bee-update.log 2>&1
|
||||
eend 0
|
||||
}
|
||||
Reference in New Issue
Block a user