Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 531 Bytes

upgrading.md

File metadata and controls

22 lines (11 loc) · 531 Bytes

How to upgrade to the launcher from running a lokid 3.0.6 service node (set up with systemd)

  1. Install nodejs (and npm) and then install the launcher as root:

sudo npm install -g loki-launcher

  1. Stop your existing service node:

sudo systemctl stop lokid.service

  1. Run the check-systemd to make systemd now launch the launcher instead of lokid:

sudo loki-launcher check-systemd

  1. Make sure the service is up to date:

sudo systemctl daemon-reload

  1. Start lokid.service:

sudo systemctl start lokid.service