pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
539 stars 125 forks source link

Enable/Disable Services with CLI when using JSON Configuration #83

Closed mmattioli closed 9 years ago

mmattioli commented 9 years ago

Proposal

Now that we have the JSON config file, we should be able to enable/disable services via CLI when using a JSON file. If they're turned OFF in the config file, we can turn them on on the CLI, but not the other way round.