genvid.toolbox.SystemdInstaller

class genvid.toolbox.SystemdInstaller(**kwargs)

Bases: genvid.toolbox.linuxservice.LinuxServiceInstaller

Base ServiceInstaller for LinuxServiceInstaller under systemd.

NAME = 'systemd-installer'
DESCRIPTION = 'Installation of services on Systemd Linux.'
SUPERVISOR_BASE

alias of SystemdTool

BASE_COMMANDS = {'start': 'Start an installed service.', 'stop': 'Stop a service.', 'restart': 'Restart a service.', 'status': 'Check the status of the service.', 'install': 'Install the service.', 'uninstall': 'Uninstall the service.', 'reinstall': 'Reinstall the services.', 'prestart': 'Any updates to run before start.', 'poststart': 'Do any post-start setup necessary.'}