This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
Stop: | |
service graylog-server stop; service elasticsearch stop; service mongodb stop; | |
# Check Status: | |
service graylog-server status; service elasticsearch status; service mongodb status; | |
# Start | |
service graylog-server start; service elasticsearch start; service mongodb start; |
OlderNewer