Blame

185f01 강세보 2026-01-13 10:09:34 1
# Windows
2
3
# Powershell
4
5
서비스 등록 예제
6
```
7
New-Service -Name "gitea" -DisplayName "Gitea Repository" -Description "Gitea: Git with a cup of tea" -BinaryPathName "C:\opt\server\gitea\gitea.exe web --config C:\opt\server\gitea\custom\conf\app.ini”
8
```