Skip to content

Commit 5a8d299

Browse files
authored
Merge pull request #1603 from sier/master
2 parents 817dcca + ffad892 commit 5a8d299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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:\fluent-bit\bin\fluent-bit.exe -c C:\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)