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.