I am very new to Linux and I am currently switching my server from Windows to Centos 6.3. I have written a small UDP server. UDP server was written in C# and now I adopted it to work with Linux using Mono. It is working fine, when I run it this way:
/opt/mono/bin/mono /root/MySoft/UDPServer.exe "$@"
How do I run it automatically--when computer stats? (in windows terms: windows-service)
I tried creating a launcher file and putting it to /etc/init.d
but it did not work