SCUM - stopping the server doesn't cleanly exit properly

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Phobos’ v2.6.2.0 (Mainline)
Virtualization QEMU_KVM
Application SCUM
Module GenericModule
Running in Container No
Current State Stopped

Task

Help make scum more supported to work properly

Problem Description

Issue

when you stop the server you need to send the console the CTRL-C key sequence and allow for it to terminate on its own. I would love to use this software to manage my scum server but if it doesnt exit cleanly that will cause DB and save file issues. If you guys can fix that to make it send the CTRL C would be awesome

Reproduction Steps

  • start server
  • stop server
  • check in file manager to see wal and shm files still present indicating un-clean termination

Known issue, have already raised it with Mike

Okay that’s awesome, good to know. I’m happy to find something like this app its great so far

The issue is that currently AMP doesn’t send a signal that replicates Ctrl+C to shut down the server. So nothing I can do with the template atm