DResultΒΆ

class systemctl.constants.DResult.DResult[source]

Constants related to parsed systemctl command results.

ACTIVE: str = 'active'
ENABLED: str = 'enabled'
PID: str = 'pid'
RAW_STDERR: str = 'raw_stderr'
RAW_STDOUT: str = 'raw_stdout'