Files
verstack/deploy/verstack-workbench.service
Verstack Local 841a95c56a Complete native workbench, imports, signatures, and catalog management
Save the tested release workflows, RAM media processing, program discovery, FLIRT library, and shared-object maintenance. Add Git exclusions, file attributes, and instructions for a later push using a forwarded SSH agent.
2026-09-13 16:38:57 -05:00

15 lines
343 B
Desktop File

[Unit]
Description=Stern ROM game workbench
[Service]
Type=simple
WorkingDirectory=%h/verstack/workbench/browser-app
Environment=VERSTACK_API_PORT=8080
ExecStart=/usr/bin/node %h/verstack/workbench/browser-app/lib/backend/main.js --hostname 0.0.0.0 --port 3000
Restart=always
RestartSec=3
TimeoutStopSec=30
[Install]
WantedBy=default.target