Nullify PosixSignalHandler

This commit is contained in:
Jordan Dominion
2023-11-24 10:02:12 -05:00
parent f647bb68b6
commit 0c7c97c8a5
@@ -10,8 +10,6 @@ using Mono.Unix.Native;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.Utils;
#nullable disable
namespace Tgstation.Server.Host.System
{
/// <summary>
@@ -47,7 +45,7 @@ namespace Tgstation.Server.Host.System
/// <summary>
/// The thread used to check the signal. See http://docs.go-mono.com/?link=T%3aMono.Unix.UnixSignal.
/// </summary>
Task signalCheckerTask;
Task? signalCheckerTask;
/// <summary>
/// Initializes a new instance of the <see cref="PosixSignalHandler"/> class.