Skip to content

Commit 2b14dd7

Browse files
committed
fix lin
1 parent 99b00ae commit 2b14dd7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/content/installation/windows-service.en-us.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ menu:
1414
sidebar_position: 50
1515
identifier: "windows-service"
1616
---
17-
1817
# Register as a Windows service
1918

2019
## Prerequisites
@@ -38,7 +37,7 @@ If you use SQLite3, change the `PATH` to include the full path:
3837
PATH = c:/gitea/data/gitea.db
3938
```
4039

41-
## Register as a Windows service
40+
## Register Gitea
4241

4342
To register Gitea as a Windows service, open a command prompt (cmd) as an Administrator,
4443
then run the following command:
@@ -72,7 +71,7 @@ sc.exe config gitea depend= mariadb
7271

7372
This will ensure that when the Windows machine restarts, the automatic starting of Gitea is postponed until the database is ready and thus mitigate failed startups.
7473

75-
## Unregister as a service
74+
## Unregister Gitea
7675

7776
To unregister Gitea as a Windows service, open a command prompt (cmd) as an Administrator and run:
7877

0 commit comments

Comments
 (0)