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
295 B
Desktop File
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
|