Skip to content

Option to turn off Systemd integration #3424

@mohamedhafez

Description

@mohamedhafez

So in

if ENV["NOTIFY_SOCKET"] && !Puma.jruby?
@config.plugins.create('systemd')
end
we load the Systemd integration if the NOTIFY_SOCKET is set.

It would be great to have the option to opt out of this, say if ENV["PUMA_SKIP_SYSTEMD"] is set.

In my case I'd like this because in one of my background daemons, I run Puma in a thread with Rack::Handler::Puma.run just as an interface to the daemon. However, since the daemon does way more that Puma doesn't know about, I deal with systemd integration elsewhere in that daemon. Currently I'm just monkeypatching the lines above to turn off the automatic Puma integration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions