Ensure postgres directory exists
This commit is contained in:
parent
69564082de
commit
3c1c469db1
@ -291,8 +291,10 @@ in {
|
|||||||
group = "lemmy-pictrs";
|
group = "lemmy-pictrs";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules =
|
systemd.tmpfiles.rules = [
|
||||||
[ "d ${cfg.state-directory}/pictrs 0700 lemmy-pictrs - - -" ];
|
"d ${cfg.state-directory}/pictrs 0700 lemmy-pictrs root - -"
|
||||||
|
"d ${cfg.state-directory}/postgres 0700 root root - -"
|
||||||
|
];
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
arion = {
|
arion = {
|
||||||
|
Loading…
Reference in New Issue
Block a user