mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
win-service: enable auto startup
This commit is contained in:
parent
f25a655cff
commit
d0bacf4f77
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ bool install_service(
|
||||||
, 0
|
, 0
|
||||||
//, GENERIC_EXECUTE | GENERIC_READ
|
//, GENERIC_EXECUTE | GENERIC_READ
|
||||||
, SERVICE_WIN32_OWN_PROCESS
|
, SERVICE_WIN32_OWN_PROCESS
|
||||||
, SERVICE_DEMAND_START
|
, SERVICE_AUTO_START
|
||||||
, SERVICE_ERROR_NORMAL
|
, SERVICE_ERROR_NORMAL
|
||||||
, full_command.c_str()
|
, full_command.c_str()
|
||||||
, nullptr
|
, nullptr
|
||||||
|
|
Loading…
Reference in a new issue