distrax.utils.system.enable_service#

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

Enables systemd service.

Parameters:

service (str) – The systemd service to enable

Return type:

None

Examples

>>> distrax.utils.system.enable_service("service_to_enable")