List of services and how to check status and restart
search cancel

List of services and how to check status and restart

book

Article ID: 171542

calendar_today

Updated On:

Products

Security Analytics Security Analytics - VA

Issue/Introduction

In version 7.3, we have upgraded the Linux distribution. The services are now maintained by the systemd paradigm. This applies to the 8.x releases as well.  Some of the process names were changed.
 

Resolution

To find all of those listed use "systemctl list-unit-files". 

To find tonicd, for example, run "systemctl list-unit-files| grep tonicd". 

To find openvpn run "systemctl list-unit-files| grep vpn".
   
Checking current status of tonicd process, run
# systemctl status tonicd
   
Restart the tonicd process, run
# systemctl restart tonicd