Files
verstack/deploy/verstack-backend.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
295 B
Desktop File

[Unit]
Description=Stern ROM archive and processing service
[Service]
Type=simple
WorkingDirectory=%h/verstack
ExecStart=%h/verstack/target/release/verstack --config %h/verstack/config.json serve
Restart=always
RestartSec=3
MemorySwapMax=0
TimeoutStopSec=120
[Install]
WantedBy=default.target