Creating a Linux Daemon (service) in Delphi.

by Apr 5, 2017

With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to Delphi developers, to create Linux server applications. Unfortunately there are currently a limited number of project types available from the RAD Studio IDE, and those do not include creating a service (or Daemon as it’s called in the Linux world).

In this post I'll show you how to create a Daemon in Linux.

[ Continue Reading ]