Skip to content
Snippets Groups Projects
Commit 65e342e8 authored by Honza Mach's avatar Honza Mach
Browse files

Bugfix: Custom daemon configurations were not appended to defaults.

parent cc1fb587
Branches
Tags
No related merge requests found
......@@ -394,7 +394,7 @@ class ZenDaemon(pyzenkit.baseapp.BaseApp):
(self.CONFIG_UMASK, 0o002),
(self.CONFIG_STATS_INTERVAL, 300),
(self.CONFIG_PARALEL, False),
)
) + cfgs
return super()._init_config(cfgs, **kwargs)
def _init_argparser(self, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment