Skip to content

Instantly share code, notes, and snippets.

@portertech
Created May 17, 2011 03:25
Show Gist options
  • Save portertech/975865 to your computer and use it in GitHub Desktop.
Save portertech/975865 to your computer and use it in GitHub Desktop.
# Unicorn master is started as root, which is fine, but let's
# drop the workers to your user/group
begin
uid, gid = Process.euid, Process.egid
user, group = 'your_user_name', 'you_group_name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment