Fix 'read-only filesystem' error

This commit is contained in:
Ivan R. 2023-08-19 16:09:15 +05:00
parent f17f754857
commit 33755216e7
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -43,4 +43,11 @@
authenticate = true;
};
};
systemd.services.mastodon-web = {
serviceConfig.ReadWritePaths = "/hdd/mastodon-public-system";
};
systemd.services.mastodon-sidekiq-all = {
serviceConfig.ReadWritePaths = "/hdd/mastodon-public-system";
};
}