Added path echo

This commit is contained in:
Jan-Bulthuis 2025-04-16 17:59:33 +02:00
parent a3a2616cf8
commit a7a4294195
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
];
serviceConfig = {
# ExecStart = "${pkgs.wprs}/bin/wprsd --enable-xwayland=true --xwayland-xdg-shell-path=${pkgs.wprs}/bin/xwayland-xdg-shell";
ExecStart = "wprsd --enable-xwayland=true";
ExecStart = "echo $PATH && wprsd --enable-xwayland=true";
Environment = "\"RUST_BACKTRACE=full\"";
Restart = "always";
RestartSec = 5;