Merge pull request #190431 from r-ryantm/auto-update/wiki-js

wiki-js: 2.5.286 -> 2.5.287
This commit is contained in:
Maximilian Bosch
2022-09-17 18:20:28 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ in {
WorkingDirectory = "/var/lib/${cfg.stateDirectoryName}";
DynamicUser = true;
PrivateTmp = true;
ExecStart = "${pkgs.nodejs}/bin/node ${pkgs.wiki-js}/server";
ExecStart = "${pkgs.nodejs-16_x}/bin/node ${pkgs.wiki-js}/server";
};
};
};