@@ -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