[DTrace-devel] [PATCH 3/4] dtprobed: fix the RuntimeDirectory

Nick Alcock nick.alcock at oracle.com
Thu Aug 10 20:31:35 UTC 2023


This is a directory under /run, *not* an absolute path.

Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
---
 dtprobed/dtprobed.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtprobed/dtprobed.service b/dtprobed/dtprobed.service
index 70443f08fb9ba..8e491fe28ad13 100644
--- a/dtprobed/dtprobed.service
+++ b/dtprobed/dtprobed.service
@@ -20,7 +20,7 @@ ProtectHome=true
 PrivateDevices=false
 PrivateNetwork=true
 ProtectControlGroups=true
-RuntimeDirectory=/run/dtrace
+RuntimeDirectory=dtrace
 RuntimeDirectoryPreserve=restart
 
 [Install]
-- 
2.41.0.270.g68fa1d84b5




More information about the DTrace-devel mailing list