File "cloudlinux-ssa-agent.py"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/cloudlinux/venv/lib64/python3.11/site-packages/ssa/cloudlinux-ssa-agent.py
File size: 374 bytes
MIME-type: text/plain
Charset: utf-8

#!/opt/cloudlinux/venv/bin/python3 -sbb
# -*- coding: utf-8 -*-

# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT

"""
Main cloudlinux-ssa-agent utility script
"""
from ssa.ssa_utils.run_agent import run


if __name__ == '__main__':
    run()