Add empty /etc event scripts directory

This commit is contained in:
Jordan Dominion
2024-11-26 20:09:07 -05:00
parent c54e8b8c79
commit e6c73d4f7a
+5
View File
@@ -109,6 +109,11 @@ in
group = cfg.groupname;
mode = "0640";
};
"tgstation-server.d/EventScripts/README.txt" = {
text = "TGS event scripts placed here will be executed by all online instances";
group = cfg.groupname;
mode = "0640";
};
};
systemd.services.tgstation-server = {