fix(server): require additional variable to enable systemd logging (#5222)

* fix(logging): require additional variable to enable systemd logging

* use a better name
This commit is contained in:
Kendall Garner 2026-03-23 22:09:59 +00:00 committed by GitHub
parent 221d301c42
commit 8a19fa9991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -248,6 +248,7 @@ ExecStart={{.Path|cmdEscape}}{{range .Arguments}} {{.|cmd}}{{end}}
TimeoutStopSec=20
RestartSec=120
EnvironmentFile=-/etc/sysconfig/{{.Name}}
Environment="ND_SYSTEMD_PRIORITY_LOGGING=1"
DevicePolicy=closed
NoNewPrivileges=yes