Table of Contents

Stop Graphlytic on Ubuntu 18

Stop service:

$ sudo service graphlytic stop

Check the status of the service:

$ sudo service graphlytic status

Or check processes:

$ ps -ef

Stop Graphlytic on Ubuntu 20

Stop service:

$ sudo systemctl stop graphlytic

Check the status of the service:

$ sudo systemctl status graphlytic

Or check processes:

$ ps -ef