win-service: enable auto startup

plowsof 1 year ago committed by wowario
parent 6819c3b00b
commit 1684580077
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -196,7 +196,7 @@ bool install_service(
, 0
//, GENERIC_EXECUTE | GENERIC_READ
, SERVICE_WIN32_OWN_PROCESS
, SERVICE_DEMAND_START
, SERVICE_AUTO_START
, SERVICE_ERROR_NORMAL
, full_command.c_str()
, nullptr

Loading…
Cancel
Save