Files
Alvand-P/templates/webhook.service
2026-08-13 19:42:08 +03:30

14 lines
302 B
Desktop File

[Unit]
Description=OpenDax Webhook service
[Service]
User=deploy
Environment="WEBHOOK_JWT_SECRET=GENERATED_HMAC_SECRET"
ExecStart=/bin/bash -c "source ~/.rvm/scripts/rvm; bundle exec rackup config.ru"
Type=simple
Restart=always
WorkingDirectory=OPENDAX_DIRECTORY
[Install]
WantedBy=multi-user.target