I'm confused, how do I restart a substrate node? I use ctrl c
in the terminal window where the node is running to stop it and then I write the commands which I used to run the node in the first place, is that the way to restart the nodes?
Asked
Active
Viewed 283 times
0

beqaabu
- 74
- 1
- 8
-
1Correct - this is how you restart a node. – Dan Forbes Dec 12 '20 at 15:56
1 Answers
0
I think that is right for hot reload in development mode, but still you can make a service from systemd by echo the service like this sample script

Ayoung
- 23
- 4
-
Is it the same case when updating/upgrading a running substrate node? Like, if you want to add a new subcommand... Do I have to terminate the running node, and start/run a new version of it? – Jitterbug Jul 14 '21 at 02:50
-