Updated Deployment (markdown)

Andrey Petrov 2019-02-10 18:25:57 -05:00
parent e04a5b8393
commit 4386693984

@ -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: