fix bug #244 by printing an error when some non-unique directory names are

used in the custom_services_dir setting
(Boeing r1841)
This commit is contained in:
ahrenholz 2014-04-30 21:27:41 +00:00
parent 422ecab341
commit 1ab6be9625
2 changed files with 13 additions and 3 deletions

View file

@ -1640,6 +1640,12 @@ defines the service; then the `custom_services_dir` entry must be set
in the :file:`/etc/core/core.conf` configuration file. A sample is provided in
the :file:`myservices/` directory.
.. NOTE::
The directory name used in `custom_services_dir` should be unique and
should not correspond to
any existing Python module name. For example, don't use the name `subprocess`
or `services`.
If you have created a new service type that may be useful to others, please
consider contributing it to the CORE project.