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.
15 lines
343 B
Desktop File
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
|