virtkick / http-master

versatile front end http service with reverse proxy
MIT License
139 stars 17 forks source link

Setting up http-master.service on Ubuntu 14 #97

Closed robcalcroft closed 9 years ago

robcalcroft commented 9 years ago

Hi I'm having trouble setting up a service to control http-master. is there a way to implement e.g. service start http-master as systemd seems to have issues. Thanks

Rush commented 9 years ago

What kind of issues? Perhaps we could solve them. We use http-master internally as a systemd service both on Arch and openSUSE.

robcalcroft commented 9 years ago

So my system doesn't have systemd or systemctl, I'm on Ubuntu 14.04, and when I move the .service file to the location specified I'm not able to use any of the suggested commands to start the service.

Rush commented 9 years ago

I see, you could contribute a service file specifically for Ubuntu 14.04 - for upstart. Unfortunately we are not going to make one ourselves since we don't use Ubuntu.

robcalcroft commented 9 years ago

Ah right ok. I may do that! :) Thanks for your help.