It's currently possible to specify the port but not the address or interface you want to listen on.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
J57PR4O364QONYJC6ANAA3IY33NUXWBZ5ARYT6XJZXWEHMRXB4GQC
{ ExecStart = "@${cfg.hydra}/bin/hydra-server hydra-server -f -h \* --max_spare_servers 5 --max_servers 25 --max_requests 100${optionalString cfg.debugServer " -d"}";
{ ExecStart = "@${cfg.hydra}/bin/hydra-server hydra-server -f -h '${cfg.listenHost}' --max_spare_servers 5 --max_servers 25 --max_requests 100${optionalString cfg.debugServer " -d"}";