diff --git a/csharp/App/SaliMax/src/Watchdog.cs b/csharp/App/SaliMax/src/Watchdog.cs index c738badaf..d2713ad8f 100644 --- a/csharp/App/SaliMax/src/Watchdog.cs +++ b/csharp/App/SaliMax/src/Watchdog.cs @@ -7,6 +7,7 @@ namespace InnovEnergy.App.SaliMax; public static class Watchdog { // "it is generally recommended to ignore the return value of this call. " + // ReSharper disable once StringLiteralTypo [DllImport("libsystemd.so.0")] private static extern Int32 sd_notify(Int32 unsetEnvironment, String state);