Add full logs

This commit is contained in:
Jan-Bulthuis 2025-04-16 16:37:47 +02:00
parent 780cd0dfab
commit f1bb1df177
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
};
serviceConfig = {
ExecStart = "${pkgs.wprs}/bin/wprsd";
Environment = "\"RUST_BACKTRACE=1\"";
Environment = "\"RUST_BACKTRACE=full\"";
Restart = "always";
RestartSec = 5;
};