I port the application that runs as a background service on Windows at startup, we port the application to Linux (SUSE Enterprise server), I am completely new to Linux. Can someone help me on how to do this. how
- Should I create a linux executable
- After creating the binary, what changes should be made to the linux startup files to run this executable
- How can my service register a callback function to change or modify or send commands to my service when it starts.
source share