open_handler@.service 446 B

1234567891011121314151617
  1. [Unit]
  2. Description=ShariX Handler Open Basic Bot: $I
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=root
  7. WorkingDirectory=/root/sharix-open-webapp-base/webservice_running/handlers
  8. ExecStart=/root/sharix-open-webapp-base/webservice_running/handlers/.venv/bin/python3 /root/sharix-open-webapp-base/webservice_running/handlers/main.py -b %i
  9. Restart=always
  10. RestartSec=60s
  11. TimeoutStopSec=30
  12. KillSignal=SIGTERM
  13. [Install]
  14. WantedBy=multi-user.target