win32_add_service_env_var
Add a custom environment variables on service
Description
Add a custom environment variables varname on servicename service. This function work only for the local computer. Administrative privileges are required for this to succeed.
Parameters
servicenameThe service name to add environment variable.
varnameThe environment variable name.
valueThe environment variable value.
Return Values
Void
Errors/Exceptions
A ValueError is thrown if the value of service parameter is empty.
A ValueError is thrown if the value of varname parameter is empty.
A Win32ServiceException is thrown on error.