Skip to content

Commit ded8322

Browse files
Update windows-services.md
1 parent e36cc06 commit ded8322

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/docs/deployments/windows/windows-services.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ When deploying, `sc.exe` is used to create a Windows Service using the configure
1414
To deploy a Windows Service, add a *Deploy a Windows Service* step. For information about adding a step to the deployment process, see the [add step](/docs/projects/steps) section.
1515

1616

17-
## Configuring the step {#WindowsServices-ConfiguringtheStep}
17+
## Configuring the step {#WindowsServices-ConfiguringTheStep}
1818

1919
:::figure
2020
![Windows service configuration](/docs/deployments/windows/images/windows-service-configuration.png)
2121
:::
2222

23-
### Step 1: Select a package {#WindowsServices-Step1-SelectaPackage}
23+
### Step 1: Select a package {#WindowsServices-Step1-SelectAPackage}
2424

2525
Use the Package Feed and Package ID fields to select the [package](/docs/packaging-applications) containing the executable (.exe) to be installed as a Windows Service.
2626

27-
### Step 2: Configure Windows Service options {#WindowsServices-Step2-ConfigureWindowsServiceoptions}
27+
### Step 2: Configure Windows Service options {#WindowsServices-Step2-ConfigureWindowsServiceOptions}
2828

2929
| Field | Meaning |
3030
| ------------------- | ---------------------------------------- |
@@ -38,7 +38,7 @@ Use the Package Feed and Package ID fields to select the [package](/docs/packagi
3838
| **State** | The state of the service after the deployment has completed |
3939
| **Dependencies** | Any dependencies that the service has. Separate the names using forward slashes (/). For example: `LanmanWorkstation/TCPIP` |
4040

41-
## How does Octopus actually deploy my Windows Service? {#WindowsServices-HowdoesOctopusactuallydeploymyWindowsService?}
41+
## How does Octopus actually deploy my Windows Service? {#WindowsServices-HowDoesOctopusActuallyDeployMyWindowsService?}
4242

4343
Out of the box, Octopus will do the right thing to deploy your Windows Service, and the conventions we have chosen will eliminate a lot of problems with file locks, and leaving stale files behind. By default Octopus will follow the conventions described in [Deploying packages](/docs/deployments/packages/) and apply the different features you select in the order described in [Package deployment feature ordering](/docs/deployments/packages/package-deployment-feature-ordering).
4444

@@ -91,7 +91,7 @@ This table shows how the combination of the `Start Mode`, `State` and the state
9191
| Manual | Default | n/a | n/a | Stopped |
9292
| Unchanged | Default | n/a | n/a | Stopped |
9393

94-
## Setting advanced configuration options {#WindowsServices-Settingadvancedconfigurationoptions}
94+
## Setting advanced configuration options {#WindowsServices-SettingAdvancedConfigurationOptions}
9595

9696
Windows Services support some advanced settings not exposed by this feature. You can customize your Windows Service by including a `PostDeploy.ps1` [custom script](/docs/deployments/custom-scripts).
9797

@@ -113,7 +113,7 @@ This script will run after the Windows Service has been created (or reconfigured
113113
This Microsoft TechNet [article](https://technet.microsoft.com/en-us/library/cc754599.aspx) is a great reference on the sc.exe utility including the failure action above.
114114
:::
115115

116-
## Deploying Services built with Topshelf {#WindowsServices-DeployingServicesbuiltwithTopshelf}
116+
## Deploying Services built with Topshelf {#WindowsServices-DeployingServicesBuiltWithTopshelf}
117117

118118
[Topshelf](http://topshelf-project.com/) is a library to build and work with Windows Services easily by allowing your code to run (and be debugged) inside a Console Application, but giving you the option to install and run as a Windows Service.
119119

0 commit comments

Comments
 (0)