How do I run my application as a Windows system service?

Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

How do I run my application as a Windows system service?

Post by Edge100x »

One way to do it is with FireDaemon.

If you'd like a free alternative, try NSSM. NSSM doesn't have nearly as many options as FireDaemon (you can't set the priority or affinity, for instance), but there are workarounds for some of these (such as running a command like the ones in our tutorials to set the priority with the "start" command).
Post Reply