fix permissions for mastodon user
This commit is contained in:
parent
9690de2a4b
commit
bdcf1e3891
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ in {
|
||||||
chmod -R g-rwx ${publicPath}
|
chmod -R g-rwx ${publicPath}
|
||||||
chmod -R g+X ${publicPath}
|
chmod -R g+X ${publicPath}
|
||||||
chmod -R g+r ${publicPath}
|
chmod -R g+r ${publicPath}
|
||||||
|
chmod -R u+rwX ${publicPath}
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
Loading…
Reference in a new issue