Skip to content

Commit

Permalink
Use useradd -r instead of useradd --system
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Jan 14, 2013
1 parent 4dc9159 commit 2c6c105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ sudo su - -c "R -e \"install.packages('shiny', repos='http://cran.rstudio.com/')
Run as root (or `sudo`):

```
# Create a user to run Shiny apps under
useradd --system shiny
# Create a system account to run Shiny apps
useradd -r shiny
# Create a root directory for your website
mkdir -p /var/shiny-server/www
# Create a directory for application logs
Expand Down

0 comments on commit 2c6c105

Please sign in to comment.