Yes, you need to stop the server, copy the config file, start it again. To stop it:
ps u | grep ankimini | awk '{print $2}' | xargs kill
ignore any errors about being unable to kill processes
you can use 'su' to switch to root btw.
ps u | grep ankimini | awk '{print $2}' | xargs kill
ignore any errors about being unable to kill processes
you can use 'su' to switch to root btw.
