diff --git a/src/Tgstation.Server.Host/Server.cs b/src/Tgstation.Server.Host/Server.cs
index 45b824bd39..45b37f2c74 100644
--- a/src/Tgstation.Server.Host/Server.cs
+++ b/src/Tgstation.Server.Host/Server.cs
@@ -21,7 +21,12 @@ namespace Tgstation.Server.Host
public bool RestartRequested { get; private set; }
///
- public bool WatchdogPresent => updatePath != null;
+ public bool WatchdogPresent =>
+#if WATCHDOG_FREE_RESTART
+ true;
+#else
+ updatePath != null;
+#endif
///
/// The for the