Created
November 1, 2021 21:00
-
-
Save ryanvgates/743060dca9aa0441d6ddc7c7abcdaebf to your computer and use it in GitHub Desktop.
Installing Monit as a Service
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
!/bin/sh | |
sudo apt install monit && \ | |
sudo systemctl enable monit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment