[DTrace-devel] [PATCH v3 14/21] dtprobed: fix the RuntimeDirectory

Nick Alcock nick.alcock at oracle.com
Tue Jan 16 21:13:10 UTC 2024


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 70443f08fb9b..8e491fe28ad1 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.43.0.272.gce700b77fd




More information about the DTrace-devel mailing list