PN 실행하기
PN 시작/중지
You can start/stop the Klaytn service with the following systemctl
command.
Note: This requires root privileges.
start
$ systemctl start kpnd.service
stop
$ systemctl stop kpnd.service
status
$ systemctl status kpnd.service
Troubleshooting
If you meet the following error,
Failed to start kpnd.service: Unit not found.
reload the systemd manager configuration with the following command.
$ systemctl daemon-reload
Last updated
Was this helpful?