Run Idena as systemd service
Last updated
Was this helpful?
Last updated
Was this helpful?
Create a file /etc/systemd/system/idena.service
. More info about :
2. sudo chmod 644 /etc/systemd/system/idena.service
3. Start idena service: sudo systemctl start idena
4. If you want to stop idena service: sudo systemctl stop idena
5. If you want to restart idena service: sudo systemctl restart idena
6. If you want to retrieve logs and status of node:sudo systemctl status idena
7. Enable idena service on server reboot: sudo systemctl enable idena