Go to documentation repository
| Info | ||
|---|---|---|
| ||
The Axxon One self-diagnostics service is running by default. |
Controlling the self-diagnostics service via service
Start the service:
| Code Block |
|---|
service axxon-one-selfdiag start |
Stop the service:
| Code Block |
|---|
service axxon-one-selfdiag stop |
Restart the service:
| Code Block |
|---|
service axxon-one-selfdiag restart |
Controlling the self-diagnostics service via systemctl
Start the service:
| Code Block |
|---|
systemctl start axxon-one-selfdiag.service |
Stop the service:
| Code Block |
|---|
systemctl stop axxon-one-selfdiag.service |
Restart the service:
| Code Block |
|---|
systemctl restart axxon-one-selfdiag.service |
Enable the automatic start of the service:
| Code Block |
|---|
systemctl enable axxon-one-selfdiag.service |
Disable the automatic start of the service:
| Code Block |
|---|
systemctl disable axxon-one-selfdiag.service |