Skip to content

Commit

Permalink
more precise docs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Dec 20, 2023
1 parent 985b385 commit 6f9cd4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ pub enum ServiceStartType {
OnDemand = Services::SERVICE_DEMAND_START,
/// Disabled service
Disabled = Services::SERVICE_DISABLED,
/// Start on system startup
/// Driver start on system startup.
/// This start type is only applicable to driver services.
SystemStart = Services::SERVICE_SYSTEM_START,
/// Start on OS boot
/// Driver start on OS boot.
/// This start type is only applicable to driver services.
BootStart = Services::SERVICE_BOOT_START,
}

Expand Down

0 comments on commit 6f9cd4f

Please sign in to comment.