瀏覽代碼

move handler template to conf repo

blezz-tech 1 周之前
父節點
當前提交
9b8bb94abb
共有 1 個文件被更改,包括 0 次插入18 次删除
  1. 0 18
      handlers/conf/open_handler@.service

+ 0 - 18
handlers/conf/open_handler@.service

@@ -1,18 +0,0 @@
-[Unit]
-Description=ShariX Handler Open Basic Bot: $I
-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 %i -d
-# TODO: Убрать -d,, когжа не будет нужным
-Restart=always
-RestartSec=60s
-
-TimeoutStopSec=30
-KillSignal=SIGTERM
-
-[Install]
-WantedBy=multi-user.target