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;