Skip to content

Commit

Permalink
automation helper: Set helpful process name
Browse files Browse the repository at this point in the history
Change-Id: I333482fd396c86a1e67cf830b82367e33ca3832d
  • Loading branch information
LarsMichelsen committed Jan 24, 2025
1 parent 001c572 commit ec33938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmk/base/automation_helper/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(
super().__init__()

def load_config(self) -> None:
self.cfg.set("proc_name", "automation-helper")
self.cfg.set("umask", 0o077)
self.cfg.set("bind", f"unix:{self._config.unix_socket}")
self.cfg.set("workers", self._config.num_workers)
Expand Down

0 comments on commit ec33938

Please sign in to comment.