.. Do not edit this file. It is generated. See docs/utils.py ================================================================== :mod:`nuka.tasks.service` ================================================================== .. automodule:: nuka.tasks.service nuka.tasks.service.reload ================================================================== .. autofunction:: reload nuka.tasks.service.restart ================================================================== .. autofunction:: restart Example: .. code-block:: python await service.restart('rsync') nuka.tasks.service.start ================================================================== .. autofunction:: start Example: .. code-block:: python await service.start('rsync') nuka.tasks.service.stop ================================================================== .. autofunction:: stop Example: .. code-block:: python await service.stop('rsync')