strace: switch from deprecated -F to -fvy

next
Michael Stapelberg 2019-07-19 20:39:53 +02:00
parent ca82f95812
commit 48d3d17d47
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ sub activate_i3 {
# We overwrite LISTEN_PID with the correct process ID to make
# socket activation work (LISTEN_PID has to match getpid(),
# otherwise the LISTEN_FDS will be treated as a left-over).
$cmd = qq|strace -fF -s2048 -v -o "$out" -- | .
$cmd = qq|strace -fvy -s2048 -o "$out" -- | .
'sh -c "export LISTEN_PID=\$\$; ' . $cmd . '"';
}