Windows service porting to linux

Posted by Sirish Kumar on Stack Overflow See other posts from Stack Overflow or by Sirish Kumar
Published on 2010-04-21T16:59:40Z Indexed on 2010/04/21 17:03 UTC
Read the original article Hit count: 245

Filed under:
|
|

I am porting an application which runs as a background service in windows at startup, we are porting the application to linux(SUSE Enterprise server), I'am completely new to linux. Can somebody help me on how to proceed with this. Like

  1. Should I build the linux executable
  2. After builiding the binary, what changes should I make to linux startup files to run this executable
  3. How my service can register call back function to modify or change or send commands to my service while it is running

© Stack Overflow or respective owner

Related posts about Windows

Related posts about linux