You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
You can use the Supervisor. Here's an example of the configuration file:
[program:bot]
command={path to the bot}/venv/bin/python {path to the bot}/mumbleBot.py --config {path to the bot}/cinfiguration.ini
autostart=true
autorestart=true
startretries=10
startsecs=10
stopwaitsecs=5
user={user name}
environment=HOME='/home/{user name}'