From 0e9ecf101b5263a2a282832ae59badfc8ac9c5c0 Mon Sep 17 00:00:00 2001 From: Rob Crowe <282571+rcrowe@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:46:31 +0000 Subject: [PATCH] For now drop service management while working our root permissions (#169) --- .goreleaser.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 88b3706..ce71651 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -34,46 +34,3 @@ brews: tap: owner: utilitywarehouse name: homebrew-tap - caveats: | - ********************* - When running the agent via `brew services` place your config file at `/etc/wiresteward/config.json` - ********************* - To start the agent run: - brew services start utilitywarehouse/tap/wiresteward - To stop the agent run: - brew services stop utilitywarehouse/tap/wiresteward - To restart the agent run: - brew services restart utilitywarehouse/tap/wiresteward - ********************* - To uninstall the agent run the following commands: - brew services stop utilitywarehouse/tap/wiresteward - brew uninstall utilitywarehouse/tap/wiresteward - launchctl remove uk.co.uw.wiresteward - ********************* - plist: | - - - - - Label - uk.co.uw.wiresteward - - KeepAlive - - - RunAtLoad - - - ProgramArguments - - #{bin}/wiresteward - -agent - - - StandardErrorPath - /var/log/wiresteward.err.log - - StandardOutPath - /var/log/wiresteward.log - -