Closed ajhodges closed 5 years ago
The node should come back up on server reboot.
I believe all that is needed to support this is a call to systemctl enable during the hydra configure step.
systemctl enable
hydra configure
i thought i had built this originally (i recall one of my tests specifically rebooting the node), i'll take a look
The node should come back up on server reboot.
I believe all that is needed to support this is a call to
systemctl enable
during thehydra configure
step.