From 9ab9f80f7e36b2f2c03c041e6a9871700e07997f Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sat, 6 Oct 2018 15:11:26 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c86b79a..da87410 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ For example: run_user: trinidad # ... -This causes the the server to run with non-root privileges (it essentially executes +This causes the server to run with non-root privileges (it essentially executes as `sudo -u run_user jsvc ...`). On some platforms, however, it may be required that you use the JSVC `-user` argument.