-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple vs forking services #133
Comments
Yes this is what pleaserun aims to solve :)
…On Fri, Dec 22, 2017 at 12:57 PM James Hillyerd ***@***.***> wrote:
Does pleaserun have support for simple services (processes that do not
fork & background themselves)?
https://wiki.archlinux.org/index.php/systemd#Service_types
Couldn't find any mention of what type of service it expects in the
docs/wiki. My service (inbucket) can create a PID file for itself, but
cannot background without an external helper.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#133>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIC6ijY8VuO3T_GZovPX93fPfvb4hpdks5tDBeogaJpZM4RLazV>
.
|
If you show me the command you want to run, I can give you the pleaserun
invocation that will work for you.
On Fri, Dec 22, 2017 at 3:38 PM Jordan Sissel <[email protected]>
wrote:
… Yes this is what pleaserun aims to solve :)
On Fri, Dec 22, 2017 at 12:57 PM James Hillyerd ***@***.***>
wrote:
> Does pleaserun have support for simple services (processes that do not
> fork & background themselves)?
>
> https://wiki.archlinux.org/index.php/systemd#Service_types
>
> Couldn't find any mention of what type of service it expects in the
> docs/wiki. My service (inbucket) can create a PID file for itself, but
> cannot background without an external helper.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#133>, or mute the
thread
> <
https://github.com/notifications/unsubscribe-auth/AAIC6ijY8VuO3T_GZovPX93fPfvb4hpdks5tDBeogaJpZM4RLazV
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIC6nehr7NJQka6WtwjOM2Z_pjtADznks5tDD11gaJpZM4RLazV>
.
|
Thanks, I'm not sure how much control I will end up having, since my plan is to use goreleaser to run fpm w/ pleaserun... This is the systemd unit I include for ppl to use: https://github.com/jhillyerd/inbucket/blob/master/etc/ubuntu/inbucket.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does pleaserun have support for simple services (processes that do not fork & background themselves)?
https://wiki.archlinux.org/index.php/systemd#Service_types
Couldn't find any mention of what type of service it expects in the docs/wiki. My service (inbucket) can create a PID file for itself, but cannot background without an external helper.
The text was updated successfully, but these errors were encountered: