From 3cd1659f5da5f3c90d97b2140fc76180e7a5bc04 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 14 Jul 2023 23:10:51 -0400 Subject: [PATCH] Fix SystemD subsystem not starting correctly --- src/Tgstation.Server.Host/System/SystemDManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/System/SystemDManager.cs b/src/Tgstation.Server.Host/System/SystemDManager.cs index 1eaeafbc84..cd68885dd0 100644 --- a/src/Tgstation.Server.Host/System/SystemDManager.cs +++ b/src/Tgstation.Server.Host/System/SystemDManager.cs @@ -96,7 +96,7 @@ namespace Tgstation.Server.Host.System /// protected override async Task ExecuteAsync(CancellationToken cancellationToken) { - if (SendSDNotify(SDNotifyWatchdog)) + if (!SendSDNotify(SDNotifyWatchdog)) { logger.LogDebug("SystemD not detected"); return;