Skip to content

Instantly share code, notes, and snippets.

@BenAtWide
Forked from pioz/gist:403496
Created August 21, 2012 12:00
Show Gist options
  • Save BenAtWide/3414921 to your computer and use it in GitHub Desktop.
Save BenAtWide/3414921 to your computer and use it in GitHub Desktop.
Adding system user, e.g. to run redis
adduser --system --no-create-home --group --shell /bin/false --disabled-password --disabled-login redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment