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
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 |
...