Versions Compared

Key

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

...

Controlling the self-diagnostics service via service 

Starting Start the service:

Code Block
service axxon-next-selfdiag start

Stopping Stop the service:

Code Block
service axxon-next-selfdiag stop

Restarting Restart the service:

Code Block
service axxon-next-selfdiag restart

Controlling the self-diagnostics service via systemctl

Starting Start the service:

Code Block
systemctl start axxon-next-selfdiag.service

Stopping Stop the service:

Code Block
systemctl stop axxon-next-selfdiag.service

Restarting Restart the service:

Code Block
systemctl restart axxon-next-selfdiag.service

Enabling Enable the automatic start of the service:

Code Block
systemctl enable axxon-next-selfdiag.service

Disabling Disable the automatic start of the service:

...