initial import (Boeing r1752, NRL r878)
This commit is contained in:
commit
f8f46d28be
394 changed files with 99738 additions and 0 deletions
7
daemon/examples/myservices/__init__.py
Normal file
7
daemon/examples/myservices/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""myservices
|
||||
|
||||
Custom services that you define can be put in this directory. Everything
|
||||
listed in __all__ is automatically loaded when you add this directory to the
|
||||
custom_services_dir = '/full/path/to/here' core.conf file option.
|
||||
"""
|
||||
__all__ = ["sample"]
|
Loading…
Add table
Add a link
Reference in a new issue