Skip to content

Instantly share code, notes, and snippets.

@arkenous
Last active February 8, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkenous/fe7d86043d8c50da8b7f to your computer and use it in GitHub Desktop.
Save arkenous/fe7d86043d8c50da8b7f to your computer and use it in GitHub Desktop.
fcgiwrap.service to use for running CGI on nginx
[Unit]
Description=Simple CGI Server
After=nss-user-lookup.target fcgiwrap.socket
[Service]
Sockets=fcgiwrap.socket
ExecStart=/usr/sbin/fcgiwrap -c 4
User=http
Group=http
[Install]
Also=fcgiwrap.socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment