From 71b4a1d2bd9f17e99b22625321a4ed20153cd018 Mon Sep 17 00:00:00 2001 From: Noe Date: Wed, 8 Nov 2023 15:58:16 +0100 Subject: [PATCH] Move watchdog to utils --- csharp/{App/SaliMax/src => Lib/Utils}/Watchdog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename csharp/{App/SaliMax/src => Lib/Utils}/Watchdog.cs (93%) diff --git a/csharp/App/SaliMax/src/Watchdog.cs b/csharp/Lib/Utils/Watchdog.cs similarity index 93% rename from csharp/App/SaliMax/src/Watchdog.cs rename to csharp/Lib/Utils/Watchdog.cs index d2713ad8f..30f9242b1 100644 --- a/csharp/App/SaliMax/src/Watchdog.cs +++ b/csharp/Lib/Utils/Watchdog.cs @@ -1,6 +1,6 @@ using System.Runtime.InteropServices; -namespace InnovEnergy.App.SaliMax; +namespace InnovEnergy.Lib.Utils; // https://www.freedesktop.org/software/systemd/man/sd_notify.html