premier commit

This commit is contained in:
MALINGREY Adrien
2026-02-04 12:42:17 +00:00
parent 67dfc08956
commit 129fb4eafb
5 changed files with 8952 additions and 88 deletions

14
tchapbeta.servicee Normal file
View File

@@ -0,0 +1,14 @@
# /lib/systemd/system/tchapbeta.service
[Unit]
Description=Tchap Beta
After=network.target
[Service]
User=chatbeta
WorkingDirectory=/opt/tchapbeta
ExecStart=/opt/tchapbeta/.venv/bin/python tchapbeta.py
Restart=always
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target