Links

PN 실행하기

PN 시작/중지

다음 systemctl 명령을 사용하여 Klaytn 서비스를 시작/중지할 수 있습니다.
참고: 루트 권한이 필요합니다.
실행
$ systemctl start kpnd.service
중지
$ systemctl stop kpnd.service
상태
$ systemctl status kpnd.service

문제 해결

다음 오류가 발생하면,
Failed to start kpnd.service: Unit not found.
다음 명령으로 시스템 관리자 환경설정을 다시 로드하세요.
$ systemctl daemon-reload