Skip to content

Commit ffad892

Browse files
authored
Add description to Service creation via PowerShell
Signed-off-by: Hampus Reis <[email protected]>
1 parent c672cb9 commit ffad892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Instead of `sc.exe`, PowerShell can be used to manage Windows services.
272272
Create a Fluent Bit service:
273273

274274
```text
275-
PS> New-Service fluent-bit -BinaryPathName "`"C:\Program Files\fluent-bit\bin\fluent-bit.exe`" -c `"C:\Program Files\fluent-bit\conf\fluent-bit.conf`"" -StartupType Automatic
275+
PS> New-Service fluent-bit -BinaryPathName "`"C:\Program Files\fluent-bit\bin\fluent-bit.exe`" -c `"C:\Program Files\fluent-bit\conf\fluent-bit.conf`"" -StartupType Automatic -Description "This service runs Fluent Bit, a log collector that enables real-time processing and delivery of log data to centralized logging systems."
276276
```
277277

278278
Start the service:

0 commit comments

Comments
 (0)