Update gotosocial to 0.11.0-rc2

This commit is contained in:
Natsu Kagami 2023-08-14 10:26:12 +02:00
parent ec9d75b77e
commit 0551f7e606
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 3 additions and 2 deletions

View file

@ -113,6 +113,7 @@ in
WorkingDirectory = "/var/lib/gotosocial";
};
wantedBy = [ "multi-user.target" ];
requires = [ "minio.service" ];
};
};
}