Skip to content

Instantly share code, notes, and snippets.

@tschaefer
Created September 26, 2016 20:12
Show Gist options
  • Save tschaefer/45e445a5e72b6480c817ee03fbdacf33 to your computer and use it in GitHub Desktop.
Save tschaefer/45e445a5e72b6480c817ee03fbdacf33 to your computer and use it in GitHub Desktop.
FastCGI Perl Wrapper Systemd Unit File
[Unit]
Description=FastCGI Perl Wrapper
After=network.target
[Service]
Type=forking
TimeoutStopSec=0
User=www-data
Group=www-data
ExecStart=/usr/local/bin/fastcgi-perl-wrapper
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment