stop Command¶
Stop the BAMON daemon process.
Syntax¶
bamon stop [options]
Options¶
Option | Short | Description |
---|---|---|
--force |
-f |
Force kill the daemon |
Examples¶
Stop Daemon¶
# Stop the daemon gracefully
bamon stop
Output:
BAMON daemon stopped successfully
Force Stop¶
# Force kill the daemon
bamon stop --force
Output:
BAMON daemon force stopped