mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
8 lines
189 B
Text
8 lines
189 B
Text
[console_scripts]
|
|
honcho = honcho.command:main
|
|
|
|
[honcho_exporters]
|
|
runit = honcho.export.runit:Export
|
|
supervisord = honcho.export.supervisord:Export
|
|
upstart = honcho.export.upstart:Export
|
|
|