genvid.toolbox.SystemdInstaller

class genvid.toolbox.SystemdInstaller(**kwargs)

Bases: genvid.toolbox.linuxservice.LinuxServiceInstaller

Base ServiceInstaller for LinuxServiceInstaller under systemd.

BASE_COMMANDS = {'start': 'Start an installed service', 'restart': 'Restart a service', 'install': 'Install the service', 'stop': 'Stop a service', 'uninstall': 'Uninstall the service', 'reinstall': 'Reinstall the services', 'status': 'Check the status of the service', 'prestart': 'Any update to run before start', 'poststart': 'Do any post start setup necessary'}
DESCRIPTION = 'Installation of services on Systemd Linux'
NAME = 'systemd-installer'
SUPERVISOR_BASE

alias of SystemdTool