Systemd
Install a node via NPM
Full Node NPM PackageInstall Service
Create a new file in /etc/systemd/system/zen-node.service
with the following:
Enable and Run Service:
Enable by writing on the terminal:
systemctl enable zen-node.service
Run the service by writing:
systemctl start zen-node.service
View Service Logs
Run on the terminal:
journalctl -f -u zen-node.service
Last updated