feat(systemd): support configurable service environment variables

This commit is contained in:
2026-06-01 08:08:01 +00:00
parent 704d8328ef
commit 142b69ab63
6 changed files with 1441 additions and 2969 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## Pending
### Features
- support configurable service environment variables (systemd)
- Add optional environment configuration to SmartDaemon service options.
- Render validated and escaped systemd Environment entries from service definitions.
- Remove the hard-coded NODE_OPTIONS memory setting from generated unit files.
- Update development tooling dependencies.
## 2026-05-01 - 2.1.1 - fix(systemdmanager)
migrate systemd file operations to smartfs and tighten TypeScript safety