Startup the CN
CN Start/Stop
You can start/stop the Klaytn service with the following systemctl command.
Note: This requires root privileges.
start
$ systemctl start kcnd.servicestop
$ systemctl stop kcnd.serviceTroubleshooting
If you meet the following error,
Failed to start kcnd.service: Unit not found.reload the systemd manager configuration with the following command.
$ systemctl daemon-reloadLast updated
Was this helpful?