Startup the PN
PN Start/Stop
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.
Last updated