HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/boto/pyami/installers/__pycache__/__init__.cpython-310.pyc
o

ckF[��@s ddlmZGdd�de�ZdS)�)�
ScriptBasec@sBeZdZdZddd�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_croncCsdS)z7
        Add this file to the init.d directory
        Nr)r�filerrr�add_init_script$szInstaller.add_init_scriptcCr)z-
        Add an environemnt variable
        r)r�key�valuerrr�add_env)rzInstaller.add_envcCr)z!
        Stop a service.
        r�r�service_namerrr�stop/rzInstaller.stopcCr)z"
        Start a service.
        rrrrr�start5rzInstaller.startcCr)zD
        Do whatever is necessary to "install" the package.
        r)rrrr�install;rzInstaller.install)N)
�__name__�
__module__�__qualname__�__doc__rrrrrrrrrrrs
rN)�boto.pyami.scriptbaserrrrrr�<module>s