refactor(server): extract shared runtime and implement service install/run in arbiter-server.exe #44
@@ -58,7 +58,7 @@ pub fn install_service(args: ServiceInstallArgs) -> miette::Result<()> {
|
||||
name: OsString::from(SERVICE_NAME),
|
||||
display_name: OsString::from(SERVICE_DISPLAY_NAME),
|
||||
service_type: ServiceType::OWN_PROCESS,
|
||||
start_type: ServiceStartType::OnDemand,
|
||||
start_type: ServiceStartType::AutoStart,
|
||||
|
CleverWild marked this conversation as resolved
Outdated
|
||||
error_control: ServiceErrorControl::Normal,
|
||||
executable_path: executable,
|
||||
launch_arguments,
|
||||
|
||||
Reference in New Issue
Block a user
does this run service on pc boot?
Nope. Wrong flag.