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