[Unit]
Description=Vapi Webhook Handler for RateRight Info Line
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/home/ccuser/the-50-dollar-app
ExecStart=/usr/bin/node /home/ccuser/the-50-dollar-app/scripts/vapi-webhook.js
Restart=always
RestartSec=5
Environment=NODE_ENV=production

[Install]
WantedBy=multi-user.target
