#!/usr/bin/env bash

action="${1:-start}"

/opt/dosis2/bin/python3-venv -m dbmonitor "${action}"
