While creating a systemd service in linux, I could specify a WorkingDirectory in the service unit file. Is there any way to configure the working directory for a Windows service as well. I have some configuration files which needs to be read by the service at startup. I'm using pywin32 interface for creating the service in Windows.
I was able to set the working directory of the service from the service run method.