Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleNote

The Axxon Next self-diagnostics service is running by default.

Controlling the self-diagnostics service via service 

Starting the service:

Code Block
service axxon-next-selfdiag start

Stopping the service:

Code Block
service axxon-next-selfdiag stop

Restarting the service:

Code Block
service axxon-next-selfdiag restart

Controlling the self-diagnostics service via systemctl

Starting the service:

Code Block
systemctl start axxon-next-selfdiag.service

Stopping the service:

Code Block
systemctl stop axxon-next-selfdiag.service

Restarting the service:

Code Block
systemctl restart axxon-next-selfdiag.service

Enabling the automatic start of the service:

Code Block
systemctl enable axxon-next-selfdiag.service

Disabling the automatic start of the service:

Code Block
systemctl disable axxon-next-selfdiag.service