summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorppom <ppom@ppom.me>2022-08-14 16:53:42 +0200
committerppom <ppom@ppom.me>2022-08-14 17:09:05 +0200
commit565a729f7cbc33f3c99536b844aaeba80dd1bafd (patch)
tree4caeed8eaf7b50aedaea049bbb26d886dc910673 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent91a403bdf818b68377e49e75bc9ed443703adcb5 (diff)
make plausible service start after clickhouse service
Plausible fails on start because clickhouse is not ready, when clickhouse has low CPU available, eg. ```nix {systemd.services.clickhouse.serviceConfig.CPUWeight = 20;} ``` Fixed with ```nix {systemd.services.plausible.after = [ "clickhouse.service" ];} ```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions