diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2012-08-19 15:40:11 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2012-08-19 15:40:11 -0400 |
| commit | ba06d8a8cf5071458643a408fc477f32184d84d3 (patch) | |
| tree | cbda2a521c77e590c728b1dc54c9d4b4b519719d /Makefile.in | |
| parent | 6a9e4209349bc05819ec4b99a2b7837f2f1f2c94 (diff) | |
Add support for socket activation via 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.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1f0956d..8d538b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,7 @@ install: all install -m 644 fcgiwrap.8 $(man8dir) fcgiwrap: fcgiwrap.c - @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @LDFLAGS@ + @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @systemd_LIBS@ @LDFLAGS@ #>+ 21 clean: |
