This change allows passing the config path into the daemon constructor, instead of obtaining it inside. It can also be passed as a command-line argument.
This permits more freedom in composing the config. Also, our own package can depend on it, by having a setup.py and being able to install it.
This change allows passing the config path into the daemon constructor, instead of obtaining it inside. It can also be passed as a command-line argument. This permits more freedom in composing the config. Also, our own package can depend on it, by having a setup.py and being able to install it.