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

Improve systemd units #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Improve systemd units #17

wants to merge 2 commits into from

Commits on Apr 19, 2015

  1. By user systemd service/socket

    Instead of having a socket for a static and predefined user http, this
    patch allow to easily setup multiple sockets with your needed users.
    
    This is particulary useful when you want have socket for dedicated user.
    
    You can create an http socket (in /run/fcgiwrap-http.sock) with:
    $ systemctl enable [email protected]
    
    and if you need a socket for munin (in /run/fcgiwrap-munin.sock):
    $ systemctl enable [email protected]
    seblu committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    f74595c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    632064d View commit details
    Browse the repository at this point in the history