From 438669398451c8cb2814f3840566ae7e993f2657 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sun, 10 Feb 2019 18:25:57 -0500 Subject: [PATCH] Updated Deployment (markdown) --- Deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment.md b/Deployment.md index 3498964..129cd18 100644 --- a/Deployment.md +++ b/Deployment.md @@ -62,7 +62,7 @@ Restart=always WantedBy=multi-user.target ``` -Make sure all your paths are readable by the user you're running as. If it's `User=nobody`, then they need to be readable by everyone. +Make sure all your paths are readable by the user you're running as. If it's `User=nobody`, then they need to be readable by everyone. It's best to make a separate user just for your ssh-chat service and use that. # Installation Steps: