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

Kris Van Hees kris.van.hees at oracle.com
Thu Feb 15 18:06:50 UTC 2024


On Tue, Jan 16, 2024 at 09:13:10PM +0000, Nick Alcock via DTrace-devel wrote:
> This is a directory under /run, *not* an absolute path.
> 
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>

Why is this a separate patch, fixing a small thing in an earlier patch in this
series?  It surely should be in patch ("dtprobed: add the DOF stash") where
this got added.  Just fix it in there to add the right thing.

> ---
>  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
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list