Skip to content

Commit 1afdccc

Browse files
committed
Update
1 parent a0849b9 commit 1afdccc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en-US/installation/run_as_windows_service.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name: Run As Windows Service
88

99
To run Gogs as a service, you will need one of:
1010

11-
1. Use `miniwinsvc` build tags to have builtin Windows service support.
12-
2. Do not use `miniwinsvc` build tags and use [NSSM](http://nssm.cc/).
11+
1. Use `minwinsvc` build tags to have builtin Windows service support.
12+
2. Do not use `minwinsvc` build tags and use [NSSM](http://nssm.cc/).
1313

1414
First of all, you may choose to lock down file and directory permissions. Just keep in mind the paths to which Gogs requires write access, which includes the Gogs repository `ROOT`.
1515

zh-CN/installation/run_as_windows_service.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name: 注册 Windows 服务
88

99
想要使 Gogs 通过 Windows 服务的方式运行,必须满足以下两个条件:
1010

11-
1. 使用 `miniwinsvc` 构建标签获得内置 Windows 服务支持。
12-
2. 不使用 `miniwinsvc` 构建标签并通过 [NSSM](http://nssm.cc/) 注册为服务。
11+
1. 使用 `minwinsvc` 构建标签获得内置 Windows 服务支持。
12+
2. 不使用 `minwinsvc` 构建标签并通过 [NSSM](http://nssm.cc/) 注册为服务。
1313

1414
在注册成为服务之前,需要确保给予 Gogs 二进制相应目录的读写权限,包括存放仓库的根目录(`[repository] ROOT`)。
1515

0 commit comments

Comments
 (0)