gentoo-ebuilds/dev-debug/rr/files/rr-5.9.0-zen-workaround-service.patch
Sam James 53c136d1ed
dev-debug/rr: install rr-zen_workaround systemd service
... also, add a TODO wrt BPF.

Signed-off-by: Sam James <sam@gentoo.org>
2025-03-09 09:21:16 +00:00

14 lines
536 B
Diff

We install zen_workaround.py as rr-zen_workaround.py.
--- a/scripts/zen_workaround.service
+++ b/scripts/zen_workaround.service
@@ -15,8 +15,8 @@
Description = Startup script for rr zen workaround
[Service]
-# Step to actually run `zen_workaround.py`.
-ExecStart =+/usr/share/zen_workaround/zen_workaround.py
+# Step to actually run `rr-zen_workaround.py`.
+ExecStart =+rr-zen_workaround.py
# Only run this once, report it as "(active)" even after we've exited.
Type = oneshot