diff --git a/src/Tgstation.Server.Host/System/SystemDManager.cs b/src/Tgstation.Server.Host/System/SystemDManager.cs index 5dd66e259e..a026be25fb 100644 --- a/src/Tgstation.Server.Host/System/SystemDManager.cs +++ b/src/Tgstation.Server.Host/System/SystemDManager.cs @@ -104,7 +104,7 @@ namespace Tgstation.Server.Host.System /// public Task StartAsync(CancellationToken cancellationToken) { - if (SendSDNotify("RELOADING=1")) + if (SendSDNotify("WATCHDOG=1")) { logger.LogDebug("SystemD detected"); runTask = RunAsync(watchdogCts.Token);