/ pixel-agents-dashboard.service
pixel-agents-dashboard.service
 1  [Unit]
 2  Description=Pixel Agents Dashboard — Station House agent activity visualizer
 3  After=network.target
 4  
 5  [Service]
 6  Type=simple
 7  User=jaffer
 8  WorkingDirectory=/home/jaffer/.openclaw/workspace/projects/pixel-agents-dashboard
 9  ExecStart=/usr/bin/env npx tsx server/index.ts
10  Restart=on-failure
11  RestartSec=5
12  Environment=NODE_ENV=production
13  
14  [Install]
15  WantedBy=multi-user.target