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

Controlling the self-diagnostics service via service 

Starting the service:

service axxon-next-selfdiag start

Stopping the service:

service axxon-next-selfdiag stop

Restarting the service:

service axxon-next-selfdiag restart

Controlling the self-diagnostics service via systemctl

Starting the service:

systemctl start axxon-next-selfdiag.service

Stopping the service:

systemctl stop axxon-next-selfdiag.service

Restarting the service:

systemctl restart axxon-next-selfdiag.service

Enabling the automatic start of the service:

systemctl enable axxon-next-selfdiag.service

Disabling the automatic start of the service:

systemctl disable axxon-next-selfdiag.service