Files
softvowels-webpage/scripts/softvowels-webhook.service
T
2026-06-17 22:37:47 +05:30

17 lines
378 B
Desktop File

[Unit]
Description=SoftVowels Astro rebuild webhook
After=network.target
[Service]
Type=simple
Environment=WEBHOOK_PORT=4321
Environment=REBUILD_TOKEN=change-me
Environment=REPO_DIR=/opt/softvowels
Environment=LOG_FILE=/var/log/softvowels-rebuild.log
ExecStart=/usr/bin/node /opt/softvowels/scripts/webhook.js
Restart=on-failure
User=root
[Install]
WantedBy=multi-user.target