Skip to content
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

systemd socket activation support #6

Merged
merged 3 commits into from Aug 21, 2012
Merged

Conversation

falconindy
Copy link
Contributor

Hi, I've patched fcgiwrap to support systemd's [1] socket activation model. Sadly, the amount of code in configure.ac trumps the minimal effort needed for this in the actual application. If desirable, I can provide example configuration to be installed with fcgiwrap if its built with systemd support. These would be generic enough that they'll work on any Linux install using systemd.

[1] http://freedesktop.org/wiki/Software/systemd

This prevents the need for starting fcgiwrap explicitly, or using a
tool such as spawn-fcgi. The type of socket does not matter, we merely
accept a single FD passed from pid 1 and listen on it.
gnosek added a commit that referenced this pull request Aug 21, 2012
systemd socket activation support
@gnosek gnosek merged commit 7f583a0 into gnosek:master Aug 21, 2012
@gnosek
Copy link
Owner

gnosek commented Aug 21, 2012

Thanks! If you have an usable systemd config file, I can merge that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants