How to run multichain as a system service so that the node starts on system reboot

+1 vote
I want to create a system service so that node automatically starts when there is system reboot. (e.g. a service file)
asked Sep 14, 2018 by Mouazzam

1 Answer

0 votes
There's no special instructions for MultiChain here, just the standard process for turning any Linux program into a system service. Here's an online tutorial that might help:

https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6
answered Sep 14, 2018 by MultiChain
...