jdppettit / space-personal

A virtualization control panel written in Python
4 stars 5 forks source link

Rebooting HV (Ubuntu) #53

Open ghost opened 9 years ago

ghost commented 9 years ago

I have found rebooting the HV, space does not automatically restart. Invoking: ./srv/space/scripts/space.sh start permits it to come online. I show a startup in /etc/init.d/ however it's not added to the boot. Perhaps adding something during setup.sh could update-rc.d?

root@server:/etc/init.d# update-rc.d space defaults
update-rc.d: warning: /etc/init.d/space missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
 Adding system startup for /etc/init.d/space ...
   /etc/rc0.d/K20space -> ../init.d/space
   /etc/rc1.d/K20space -> ../init.d/space
   /etc/rc6.d/K20space -> ../init.d/space
   /etc/rc2.d/S20space -> ../init.d/space
   /etc/rc3.d/S20space -> ../init.d/space
   /etc/rc4.d/S20space -> ../init.d/space
   /etc/rc5.d/S20space -> ../init.d/space
root@server:/etc/init.d#
jdppettit commented 9 years ago

Thanks! Will get that added shortly :+1: