Skip to content

Commit

Permalink
add autprestart win service
Browse files Browse the repository at this point in the history
  • Loading branch information
colixxxx committed Sep 5, 2024
1 parent 74f3348 commit 3d6fa43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/telegraf/telegraf_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ func installService(name string, cfg *serviceConfig) error {
if cfg.restartDelay != "" {
args = append(args, "--service-restart-delay", cfg.restartDelay)
}

// colixxxx: end

// Pass the service name to the command line, to have a custom name when relaunching as a service
Expand Down

0 comments on commit 3d6fa43

Please sign in to comment.