File: //usr/lib/python3/dist-packages/boto/pyami/installers/__pycache__/__init__.cpython-310.pyc
o
ckF[� � @ s d dl mZ G dd� de�ZdS )� )�
ScriptBasec @ sB e Zd ZdZddd�Zdd� Zdd� Zd d
� Zdd� Zd
d� Z dS )� Installerz,
Abstract base class for installers
Nc
C � t �)z5
Add an entry to the system crontab.
��NotImplementedError)
�self�name�minute�hour�mday�month�wday�who�command�env� r �@/usr/lib/python3/dist-packages/boto/pyami/installers/__init__.py�add_cron � zInstaller.add_cronc C s dS )z7
Add this file to the init.d directory
Nr )r �filer r r �add_init_script$ s zInstaller.add_init_scriptc C r )z-
Add an environemnt variable
r )r �key�valuer r r �add_env) r zInstaller.add_envc C r )z!
Stop a service.
r �r �service_namer r r �stop/ r zInstaller.stopc C r )z"
Start a service.
r r r r r �start5 r zInstaller.startc C r )zD
Do whatever is necessary to "install" the package.
r )r r r r �install; r zInstaller.install)N)
�__name__�
__module__�__qualname__�__doc__r r r r r r r r r r r s
r N)�boto.pyami.scriptbaser r r r r r �<module> s