When using openmp as a server version, it continues to stay open in the background when I use CTRL + C to close the server. SA:MP server runtime does not have this issue.
dobby in test at uwuntu on master [?]
➜ sampctl p run
Starting open.mp server (0.0.0.0)
At this point, I use CTRL + C because I'm done testing, or whatever.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
200718 dobby 20 0 189036 142924 15104 S 0.3 1.8 0:00.38 samp03svr
Executing the binary manually, works (./samp03svr) however using the sampctl p run command does not. It only occurs when using openmp as the version. I don't want to have to use kill -9 every time.
When using
openmp
as a server version, it continues to stay open in the background when I use CTRL + C to close the server. SA:MP server runtime does not have this issue.Executing the binary manually, works (
./samp03svr
) however using thesampctl p run
command does not. It only occurs when usingopenmp
as the version. I don't want to have to usekill -9
every time.