How to skip running appium server before every test run on linux

Hello all

Im using appium with java on linux. I running my appium server with “appium --session-override”, when i cancel or stop my tests and i want to run it again i need to stop my server ctrl+c and start again with “appium --session-override”.

Is there any solution to skip this process, and run only once the appium server ?