stop
build bro packages
Install
- All systems
-
curl cmd.cat/stop.sh
- Debian
-
apt-get install boinc-server-maker
- Ubuntu
-
apt-get install upstart
- Arch Linux
-
pacman -S plan9port
- CentOS
-
yum install upstart
- Fedora
-
dnf install bro-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install upstart
- OS X
-
brew install plan9port
- Raspbian
-
apt-get install upstart
- Dockerfile
- dockerfile.run/stop
bro-devel
build bro packages
upstart
event-based init daemon
upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.