perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Win service/Linux daemon #26

Closed d1ffuz0r closed 11 years ago

d1ffuz0r commented 12 years ago

Run manager as windows service, added scripts for managing service and stallion. But need testing on other Windows computers, at me only Windows 7.

perone commented 12 years ago

I have some conflicts with another pull request already adding the script "stallion" but I'll merge this pull-request soon as I fix it. Great thanks, running it as service is a nice feature.

d1ffuz0r commented 12 years ago

Debian/Ubuntu daemon script for run service through init.d https://gist.github.com/2817760

thomasleveil commented 11 years ago

May I suggest a recipe for installing Stallion as a service using Upstart (in Ubuntu at least). It does not require stallion-service and the double-fork trick. It is also easier to code and maintain.

perone commented 11 years ago

@thomasleveil thanks for the recipe Thomas! can you please submit a pull-request with the stallion.conf inside a directory called contrib/upstart as well as an update on the README.md with a section talking about the installation, etc (it could be the same content present on your recipe text). Thanks !

d1ffuz0r commented 11 years ago

@thomasleveil :+1:

thomasleveil commented 11 years ago

see #48 for the upstart recipe

pyos commented 11 years ago

I followed @thomasleveil's example and added basic systemd support (#50) as well. :) It doesn't require double-forking either.

d1ffuz0r commented 11 years ago

Maybe close this issue?

perone commented 11 years ago

Thanks Roman.