diff options
author | Lerk <lukas@k40s.net> | 2021-12-22 03:34:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 04:34:12 +0100 |
commit | 56c55ab9f645c08e991dfa563cfbdb87d28a87d7 (patch) | |
tree | 3d4a020837ab38c53ea3f0f2010d71c1463621c8 /dist/mastodon-web.service | |
parent | 512bc9db7da6ac53d3d62ef5afcf4d49cec9e780 (diff) |
Add ReadWritePaths directive to service files (#17178)
* Update mastodon-web.service * Update mastodon-streaming.service * Update mastodon-sidekiq.service
Diffstat (limited to 'dist/mastodon-web.service')
-rw-r--r-- | dist/mastodon-web.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/mastodon-web.service b/dist/mastodon-web.service index 16d1d5653..a5598fdaa 100644 --- a/dist/mastodon-web.service +++ b/dist/mastodon-web.service @@ -47,6 +47,7 @@ SystemCallFilter=~@cpu-emulation @debug @keyring @ipc @mount @obsolete @privileg SystemCallFilter=@chown SystemCallFilter=pipe SystemCallFilter=pipe2 +ReadWritePaths=/home/mastodon/live [Install] WantedBy=multi-user.target |