Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created November 1, 2021 21:00
Show Gist options
  • Save ryanvgates/743060dca9aa0441d6ddc7c7abcdaebf to your computer and use it in GitHub Desktop.
Save ryanvgates/743060dca9aa0441d6ddc7c7abcdaebf to your computer and use it in GitHub Desktop.
Installing Monit as a Service
!/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