Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
14 lines
301 B
Desktop File
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
|