arista-eosplus / packer-ztpserver

Packer.io set up of ZTP server
18 stars 9 forks source link

httpd not automatically started in Fedora VM #14

Closed advornic closed 9 years ago

advornic commented 9 years ago

Workaround is to start it manually form bash:

"sudo service httpd start"

phil-dileo commented 9 years ago

This is by design so that people can just use standalone mode (since wsgi is probably more advanced). Are you proposing we enable this by default?

Note: you'd also want to enable it so it starts automatically on subsequent reboots Systemctl enable httpd

advornic commented 9 years ago

Yes, I would enable this by default.