jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

How can I uninstall minicron? #253

Closed ivanstan closed 7 years ago

jamesrwhite commented 7 years ago
  1. Remove any hosts from minicron by deleting them from the ui
  2. Stop the minicron server
  3. rm /usr/local/bin/minicron
  4. rm -rf /opt/minicron

That should do it. Feel free to re-open if that doesn't work.

ivanstan commented 7 years ago

and rm /etc/minicron.toml I suppose! Thanks!