From e04a5b839322b2e6756754ce3c6c67bd32baf702 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sun, 10 Feb 2019 18:01:10 -0500 Subject: [PATCH] Updated Deployment (markdown) --- Deployment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deployment.md b/Deployment.md index 77ec71b..3498964 100644 --- a/Deployment.md +++ b/Deployment.md @@ -62,6 +62,8 @@ 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. + # Installation Steps: The following installation steps can be used to automate the installation on Ubuntu Linux 16 (LTS), some slight modifications may be required for other distributions.