distrax.utils.system.stop_service#

distrax.utils.system.stop_service(service)[source]#

Stops systemd service.

Parameters:

service (str) – The systemd service to stop running

Return type:

None

Examples

>>> distrax.utils.system.stop_service("service_to_stop")