Reload instead of restart the service if only the config changes

This commit is contained in:
Jordan Dominion
2025-01-20 17:53:34 -05:00
committed by GitHub
parent 9a2f84176e
commit 3877267e67
+1
View File
@@ -124,6 +124,7 @@ in
systemd.services.tgstation-server = {
description = "tgstation-server";
reloadTriggers = cfg.production-appsettings;
serviceConfig = {
User = cfg.username;
Type = "notify-reload";