DSystemCtlΒΆ
- class systemctl.constants.DSystemCtl.DSystemCtl[source]
Constants related to systemctl commands.
- DISABLE: str = 'disable'
- ENABLE: str = 'enable'
- RESTART: str = 'restart'
- START: str = 'start'
- STATUS: str = 'status'
- STOP: str = 'stop'
- TIMEOUT: int = 10