#!/opt/slapos/parts/python3/bin/python3

import sys
sys.path[0:0] = [
  '/opt/slapos/eggs/MarkupSafe-2.0.1-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/zipp-3.12.0-py3.7.egg',
  '/opt/slapos/eggs/Werkzeug-2.0.2-py3.7.egg',
  '/opt/slapos/eggs/Jinja2-2.11.3-py3.7.egg',
  '/opt/slapos/eggs/itsdangerous-0.24-py3.7.egg',
  '/opt/slapos/eggs/click-8.1.3-py3.7.egg',
  '/opt/slapos/eggs/pbr-5.9.0-py3.7.egg',
  '/opt/slapos/eggs/prettytable-0.7.2-py3.7.egg',
  '/opt/slapos/eggs/pyparsing-3.1.1-py3.7.egg',
  '/opt/slapos/eggs/stevedore-1.21.0-py3.7.egg',
  '/opt/slapos/eggs/cmd2-0.7.0-py3.7.egg',
  '/opt/slapos/eggs/charset_normalizer-3.3.0-py3.7.egg',
  '/opt/slapos/eggs/idna-3.10-py3.7.egg',
  '/opt/slapos/eggs/urllib3-1.26.12-py3.7.egg',
  '/opt/slapos/eggs/certifi-2024.12.14-py3.7.egg',
  '/opt/slapos/eggs/msgpack-1.0.5-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/lockfile-0.12.2-py3.7.egg',
  '/opt/slapos/eggs/attrs-23.1.0-py3.7.egg',
  '/opt/slapos/eggs/importlib_metadata-6.7.0-py3.7.egg',
  '/opt/slapos/eggs/importlib_resources-5.10.2-py3.7.egg',
  '/opt/slapos/eggs/pkgutil_resolve_name-1.3.10-py3.7.egg',
  '/opt/slapos/eggs/pyrsistent-0.18.1-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/typing_extensions-4.7.1-py3.7.egg',
  '/opt/slapos/eggs/Flask-1.1.2-py3.7.egg',
  '/opt/slapos/eggs/netaddr-1.3.0-py3.7.egg',
  '/opt/slapos/eggs/netifaces-0.10.7-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/supervisor-4.1.0-py3.7.egg',
  '/opt/slapos/eggs/psutil-5.8.0-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/xml_marshaller-1.0.2-py3.7.egg',
  '/opt/slapos/eggs/zope.interface-6.3-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/cliff-2.8.3-py3.7.egg',
  '/opt/slapos/eggs/requests-2.31.0-py3.7.egg',
  '/opt/slapos/eggs/CacheControl-0.12.6-py3.7.egg',
  '/opt/slapos/eggs/jsonschema-4.17.3-py3.7.egg',
  '/opt/slapos/eggs/uritemplate-4.1.1-py3.7.egg',
  '/opt/slapos/eggs/distro-1.7.0-py3.7.egg',
  '/opt/slapos/eggs/slapos.core-1.14.3-py3.7.egg',
  '/opt/slapos/eggs/pyOpenSSL-19.1.0-py3.7.egg',
  '/opt/slapos/develop-eggs/lxml-5.2.1-py3.7-linux-x86_64.egg',
  '/opt/slapos/develop-eggs/cffi-1.15.0-py3.7-linux-x86_64.egg',
  '/opt/slapos/develop-eggs/PyYAML-5.4.1-py3.7-linux-x86_64.egg',
  '/opt/slapos/develop-eggs/cryptography-3.3.2+slapospatched001-py3.7-linux-x86_64.egg',
  '/opt/slapos/eggs/slapos.libnetworkcache-0.25-py3.7.egg',
  '/opt/slapos/eggs/zc.buildout-3.0.1+slapos009-py3.7.egg',
  '/opt/slapos/eggs/six-1.16.0-py3.7.egg',
  '/opt/slapos/eggs/setuptools-67.8.0-py3.7.egg',
  '/opt/slapos/eggs/wheel-0.41.2-py3.7.egg',
  '/opt/slapos/eggs/pip-23.2.1-py3.7.egg',
  '/opt/slapos/eggs/pycparser-2.20-py3.7.egg',
  ]

import os
os.environ['PATH'] = os.path.expandvars('/opt/slapos/parts/bison/bin:/opt/slapos/parts/bzip2/bin:/opt/slapos/parts/gettext/bin:/opt/slapos/parts/glib/bin:/opt/slapos/parts/libxml2/bin:/opt/slapos/parts/libxslt/bin:/opt/slapos/parts/m4/bin:/opt/slapos/parts/ncurses/bin:/opt/slapos/parts/openssl/bin:/opt/slapos/parts/pkgconfig/bin:/opt/slapos/parts/python3/bin:/opt/slapos/parts/readline/bin:/opt/slapos/parts/sqlite3/bin:/opt/slapos/parts/swig/bin:/opt/slapos/bin:/opt/slapos/parts/patch/bin:/opt/slapos/parts/socat/bin:$PATH')

import slapos.grid.watchdog

if __name__ == '__main__':
    sys.exit(slapos.grid.watchdog.main())
