distrax.utils.system.is_systemd#

distrax.utils.system.is_systemd()[source]#

Check if the system is using systemd.

Return type:

bool

Returns:

True if the system uses systemd else False

Examples

>>> distrax.utils.system.is_systemd()
True