This commit is contained in:
Mike Rodriquez 2024-04-17 10:02:10 +00:00 committed by GitHub
commit dea6bc766f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@ If you deviated from the defaults at any point, check that the username and path
```sh
$EDITOR /etc/systemd/system/mastodon-*.service
```
Make sure the /home/mastodon/live folder is accessible by the nginx user
```sh
chmod 775 /home/mastodon ```
Finally, start and enable the new systemd services: