Fossil SCM

Add information on how to remove a Windows service, per forum post https://fossil-scm.org/forum/forumpost/0bcffc517f

danield 2021-03-18 15:20 trunk
Commit 366fda0c5110c9d75155a2e4772f0a0d40a85db39b85c1ae8a0fbe92c5977fa3
--- www/server/windows/service.md
+++ www/server/windows/service.md
@@ -85,7 +85,24 @@
8585
8686
in the PowerShell console.
8787
8888
Congratulations, you now have a base http accessible Fossil server running on
8989
Windows.
90
+
91
+### Removing the Windows Service
92
+
93
+If you want to remove the Fossil service, execute the following from an
94
+Administrative PowerShell or Command Prompt console:
95
+
96
+```
97
+sc.exe delete fossil
98
+```
99
+
100
+If you have Powershell version 6.0 or later, you can use:
101
+
102
+```PowerShell
103
+Remove-Service -Name fossil
104
+```
105
+
106
+with the same effect.
90107
91108
*[Return to the top-level Fossil server article.](../)*
92109
--- www/server/windows/service.md
+++ www/server/windows/service.md
@@ -85,7 +85,24 @@
85
86 in the PowerShell console.
87
88 Congratulations, you now have a base http accessible Fossil server running on
89 Windows.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
91 *[Return to the top-level Fossil server article.](../)*
92
--- www/server/windows/service.md
+++ www/server/windows/service.md
@@ -85,7 +85,24 @@
85
86 in the PowerShell console.
87
88 Congratulations, you now have a base http accessible Fossil server running on
89 Windows.
90
91 ### Removing the Windows Service
92
93 If you want to remove the Fossil service, execute the following from an
94 Administrative PowerShell or Command Prompt console:
95
96 ```
97 sc.exe delete fossil
98 ```
99
100 If you have Powershell version 6.0 or later, you can use:
101
102 ```PowerShell
103 Remove-Service -Name fossil
104 ```
105
106 with the same effect.
107
108 *[Return to the top-level Fossil server article.](../)*
109
--- www/server/windows/stunnel.md
+++ www/server/windows/stunnel.md
@@ -39,10 +39,24 @@
3939
need to enter the following to avoid rebooting the server:
4040
4141
```PowerShell
4242
Start-Service -Name fossil-secure
4343
```
44
+
45
+To remove the service, run the following in a Powershell or cmd console:
46
+
47
+```
48
+sc.exe delete fossil
49
+```
50
+
51
+or (in a Powershell console)
52
+
53
+```PowerShell
54
+Remove-Service -Name fossil
55
+```
56
+
57
+if your version of Powershell is 6.0 or above.
4458
4559
## Install stunnel 5.55
4660
4761
Download stunnel from the [downloads](https://www.stunnel.org/downloads.html)
4862
page. Select the latest stunnel windows package (at the time of writing this is
4963
--- www/server/windows/stunnel.md
+++ www/server/windows/stunnel.md
@@ -39,10 +39,24 @@
39 need to enter the following to avoid rebooting the server:
40
41 ```PowerShell
42 Start-Service -Name fossil-secure
43 ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
45 ## Install stunnel 5.55
46
47 Download stunnel from the [downloads](https://www.stunnel.org/downloads.html)
48 page. Select the latest stunnel windows package (at the time of writing this is
49
--- www/server/windows/stunnel.md
+++ www/server/windows/stunnel.md
@@ -39,10 +39,24 @@
39 need to enter the following to avoid rebooting the server:
40
41 ```PowerShell
42 Start-Service -Name fossil-secure
43 ```
44
45 To remove the service, run the following in a Powershell or cmd console:
46
47 ```
48 sc.exe delete fossil
49 ```
50
51 or (in a Powershell console)
52
53 ```PowerShell
54 Remove-Service -Name fossil
55 ```
56
57 if your version of Powershell is 6.0 or above.
58
59 ## Install stunnel 5.55
60
61 Download stunnel from the [downloads](https://www.stunnel.org/downloads.html)
62 page. Select the latest stunnel windows package (at the time of writing this is
63

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button