provide cli function stop, restart and reload for hbd

Thought for 1s
This commit is contained in:
Andreas Wrede
2026-04-12 12:06:07 -04:00
parent 3a030548c0
commit 24b0e362fb
3 changed files with 133 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ SERVER_DEFAULTS = {
# Persistence
"pickfile": os.path.join(os.path.expanduser("~"), ".hb.pick"), # File to store host state between restarts
"pidfile": os.path.join(os.path.expanduser("~"), ".hb.pid"), # PID file for stop/restart/reload
# Logging
"logfile": os.path.join(os.path.expanduser("~"), ".hb.log"),