feat: Adds graceful shutdown to services

This commit is contained in:
2024-11-10 01:30:22 -05:00
parent 320a733d12
commit a65605e9e7
9 changed files with 389 additions and 67 deletions

View File

@@ -1,4 +1,5 @@
import Foundation
import Logging
/// Holds common settings for connecting to your MQTT broker. The default values can be used,
/// they can be loaded from the shell environment, or from a file located in the root directory.