Skip to content

Commit

Permalink
remove unused ServiceName implementations, fix up options tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 committed Aug 14, 2024
1 parent 4390d2d commit 2289b74
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
1 change: 1 addition & 0 deletions pkg/launcher/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func getArgsAndResponse() (map[string]string, *Options) {
WatchdogDelaySec: 120,
WatchdogMemoryLimitMB: 600,
WatchdogUtilizationLimitPercent: 50,
Identifier: "kolide-k2",
}

return args, opts
Expand Down
28 changes: 0 additions & 28 deletions pkg/launcher/pkg_utils_darwin.go

This file was deleted.

28 changes: 0 additions & 28 deletions pkg/launcher/pkg_utils_linux.go

This file was deleted.

0 comments on commit 2289b74

Please sign in to comment.