From f39d50af89bb58367e9b172f2e9ed77f785ea80b Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 6 Apr 2025 18:50:20 -0400 Subject: [PATCH] Adding Environment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34a762a..b1aca59 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ ExecStart=/opt/MarketData/MarketDataServer/mks Restart=always RestartSec=5 # Seconds to wait before restarting (optional) KillMode=process # Ensures the service is killed gracefully +Environment=DOTNET_ROOT=/opt/dotnet [Install] WantedBy=multi-user.target