Merge pull request #68243 from mmahut/jormungandr

nixos/jormungandr: adding RUST_BACKTRACE until service is stable
This commit is contained in:
Marek Mahut
2019-09-07 11:29:51 +02:00
committed by GitHub

View File

@@ -82,6 +82,9 @@ in {
description = "jormungandr server";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
environment = {
RUST_BACKTRACE = "full";
};
serviceConfig = {
DynamicUser = true;
StateDirectory = baseNameOf dataDir;