Hi!
Say I would like to run a console application (for example a server) in the background on my linux machine, that can be started/stopped/restarted with ./MyApp <start|stop|restart>.
How would I approach this? I believe it would have to run like some kind of service?
Thankful for any ideas!
↧