Fix SystemD subsystem not starting correctly

This commit is contained in:
Jordan Dominion
2023-07-14 23:10:51 -04:00
parent 03776edff0
commit 3cd1659f5d
@@ -96,7 +96,7 @@ namespace Tgstation.Server.Host.System
/// <inheritdoc />
protected override async Task ExecuteAsync(CancellationToken cancellationToken)
{
if (SendSDNotify(SDNotifyWatchdog))
if (!SendSDNotify(SDNotifyWatchdog))
{
logger.LogDebug("SystemD not detected");
return;