18 行
389 B
SYSTEMD
18 行
389 B
SYSTEMD
|
|
[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
|