339c442250
The call to daemonize() in sysvinit.py was missing the module parameter included in the function definition in service.py. This pull request simply adds that parameter, as the module is used for error handling in daemonize().
2 lines
84 B
YAML
2 lines
84 B
YAML
bugfixes:
|
|
- sysvinit - Add missing parameter ``module`` in call to ``daemonize()``.
|