Table of Contents
Stop Graphlytic on Ubuntu 18
Stop service:
$ sudo service graphlytic stopCheck the status of the service:
$ sudo service graphlytic statusOr check processes:
$ ps -efStop Graphlytic on Ubuntu 20
Stop service:
$ sudo systemctl stop graphlyticCheck the status of the service:
$ sudo systemctl status graphlyticOr check processes:
$ ps -ef