<using systemd to demonize worker in linux machine...
# pacc-aug-16-2023
@Emil Christensen do you know what you might recommend for a windows machine? Docker perhaps?
e
Yeah, NSSM…
One min
t
@Ronald Sam
r
oh gotcha, I'm using nssm actually
perfect!
just wanna know if I'm setting it up correctly in nssm though
are there any settings in nssm I need to be aware about so that it will restart the service if it crashes?
nvm I think I figured it out. It's in the exit tab of nssm
1
e
The only thing I would add is to make sure you set a log file destination:
Copy code
nssm set <your_service_name> AppStdout <stdout_filepath>
nssm set <your_service_name> AppStderr <stderr_filepath>
r
thanks