Преглед на файлове

Merge branch 'unstable' of blezz-tech/sharix-open-webservice-running into unstable

Панюкова Александра Анатольевна преди 1 месец
родител
ревизия
09cdcb8567
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14 0
      handlers/conf/open_basic_bot.service

+ 14 - 0
handlers/conf/open_basic_bot.service

@@ -0,0 +1,14 @@
+[Unit]
+Description=ShariX Handler Open Basic Bot
+After=network.target
+
+[Service]
+Type=simple
+User=root
+WorkingDirectory=/root/sharix-open-webapp-base/webservice_running/handlers
+ExecStart=/root/sharix-open-webapp-base/webservice_running/handlers/.venv/bin/python3 /root/sharix-open-webapp-base/webservice_running/handlers/main.py -b open_basic_bot
+Restart=always
+RestartSec=60s
+
+[Install]
+WantedBy=multi-user.target