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