I was trying to execute systemctl enable sandbox.service
command mentioned here "How to add ports to the HDP 2.5 VirtualBox Sandbox".
But I am getting the following error:
[root@sandbox-host system]# systemctl enable sandbox.service
Failed to execute operation: No such file or directory
The output of running find /lib/systemd -iname sand*
is the following:
[root@sandbox-host system]# find /lib/systemd -iname sand*
/lib/systemd/system/sandbox-container.service
The service got renamed. Enter
systemctl enable sandbox-container.service
.