123456789101112131415161718 |
- [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
|