add: strace

This commit is contained in:
a-kenji
2024-03-22 14:58:39 +01:00
parent e133410aa9
commit f9791dce12

View File

@@ -17,6 +17,10 @@ def start_virtiofsd(socket_path: Path) -> Iterator[None]:
virtiofsd = nix_shell(
["nixpkgs#virtiofsd"],
[
"strace",
"-f",
"-o",
"/tmp/clan.org.cli/strace.log",
"virtiofsd",
"--socket-path",
str(socket_path),