# Windows # Powershell 서비스 등록 예제 ``` 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” ```
# Windows # Powershell 서비스 등록 예제 ``` 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” ```