feat(core): Add update checking and version logging across startup components

This commit is contained in:
2025-03-25 09:27:44 +00:00
parent 32f85aa46f
commit 8ee21ea92b
6 changed files with 190 additions and 1 deletions

View File

@@ -129,6 +129,9 @@ WantedBy=multi-user.target
*/
public async getStatus(): Promise<void> {
try {
// Display version information
this.daemon.getNupstSnmp().getNupst().logVersionInfo();
// Check if config exists first
try {
await this.checkConfigExists();