Skip to content

Creating Users & Groups (CentOS)

Joe Wollard edited this page Feb 24, 2014 · 3 revisions

When Mandrill is launched as a root process and the MANDRILL_MODE environment variable is set to 'production', the startup code will automatically attempt to become the _mandrill user by calling setuid on its own process. This is currently hard-coded, but may be configurable some day.

sudo groupadd --system munki
sudo adduser --system _mandrill -G munki

Next: Install build tools

MANUAL INSTALL GUIDE

  1. Users & Groups: Ubuntu | CentOS
  2. Build Tools: Ubuntu | CentOS
  3. NodeJS
  4. Nginx & pm2: Ubuntu | CentOS
  5. Config pm2
  6. Config Nginx: Ubuntu | CentOS
  7. Meteor: Ubuntu | CentOS
  8. MongoDB: Ubuntu | CentOS
  9. Mandrill

MANAGING YOUR SERVER

MANAGING ACCOUNTS

Clone this wiki locally