How to run d app as service ?
Jacob Carlborg
doob at me.com
Mon Feb 19 15:57:58 UTC 2018
On 2018-02-19 13:29, Jayam wrote:
> In production server, we need to run Dlang app as service.
If you're referring to running it as a service in the background, I
highly recommend Systemd if your platform supports. You don't need to to
any specific with the D application. Just correctly Systemd for your
application, it should be pretty easy to find by googling, it's not
anything specific to D.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list