Run pixelfed-data-setup
only after ensure-garage
This commit is contained in:
parent
10a38cdf6d
commit
553a03b971
|
@ -47,4 +47,10 @@ in
|
||||||
AWS_ENDPOINT = "http://s3.garage.localhost:3900";
|
AWS_ENDPOINT = "http://s3.garage.localhost:3900";
|
||||||
AWS_USE_PATH_STYLE_ENDPOINT = false;
|
AWS_USE_PATH_STYLE_ENDPOINT = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
## Only ever run `pixelfed-data-setup` after `ensure-garage` has done its job.
|
||||||
|
## Otherwise, everything crashed dramatically.
|
||||||
|
systemd.services.pixelfed-data-setup = {
|
||||||
|
after = [ "ensure-garage.service" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue