Run systemd as the user tgstation-server

- Fix .deb build only working in gh-actions tailored environment.
- Fix indentation in `rules`.
- Fix build script not working fully without a signing key.
- Standardize to node 20 as a build dependency.
- Fix my ADHD in the `README.md`.

Closes #1658
This commit is contained in:
Jordan Dominion
2023-11-04 17:29:54 -04:00
parent e777e44cb1
commit be6fe8fa88
8 changed files with 49 additions and 23 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ You can of course, as always, ask for help at [#coderbus](irc://irc.rizon.net/co
### Development Environment
You need the .NET 8.0 SDK and npm>=v5.7 (in your PATH) to compile the server.
You need the .NET 8.0 SDK, node>=v20, and npm>=v5.7 (in your PATH) to compile the server.
The recommended IDE is Visual Studio 2022 or VSCode.