Skip to content

Instantly share code, notes, and snippets.

@waltertschwe
Created May 15, 2019 04:55
Show Gist options
  • Select an option

  • Save waltertschwe/fdd8c7e7c221ad4456ff6ccb9afcc358 to your computer and use it in GitHub Desktop.

Select an option

Save waltertschwe/fdd8c7e7c221ad4456ff6ccb9afcc358 to your computer and use it in GitHub Desktop.
[Unit]
Description=Gunicorn Muse Profiles
After=network.target
[Service]
User=root
Group=www-data
WorkingDirectory=/opt/src/profiles
ExecStart=$path_to_gunicorn_binary/gunicorn --access-logfile - --workers 4 --bind unix:/opt/src/profiles profiles.wsgi:application
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment