pr-monitor/deploy/pr-monitor.service
Joshua Coles c0e46391e5 Production deploy: rootDir fix, systemd unit, README, favicon
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
2026-07-28 14:32:31 +00:00

14 lines
301 B
Desktop File

[Unit]
Description=PR monitor dashboard
After=network-online.target
[Service]
WorkingDirectory=/home/apps/vibes/pr-monitor
ExecStart=/home/apps/.local/bin/mise exec -- node dist-server/server/index.js
Restart=on-failure
RestartSec=5
Environment=NODE_ENV=production
[Install]
WantedBy=default.target