mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Fix SystemD subsystem not starting correctly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user