lawless-client/scripts/docs-webhook.service

18 行
389 B
SYSTEMD

2026-07-09 11:54:43 +08:00
[Unit]
Description=Docs Webhook Server
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/docs-webhook
Environment=WEBHOOK_SECRET=lawless-docs-deploy
Environment=DEPLOY_DIR=/var/www/docs.xuqinmin.com/site
Environment=WEBHOOK_PORT=9000
ExecStart=/usr/bin/python3 /opt/docs-webhook/webhook-server.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target