Skip to content

Commit

Permalink
For now drop service management while working our root permissions (#169
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rcrowe authored Jan 3, 2023
1 parent 4afae7d commit 0e9ecf1
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-/Apple/DTD PLIST 1.0/EN" "http:/www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>uk.co.uw.wiresteward</string>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>#{bin}/wiresteward</string>
<string>-agent</string>
</array>
<key>StandardErrorPath</key>
<string>/var/log/wiresteward.err.log</string>
<key>StandardOutPath</key>
<string>/var/log/wiresteward.log</string>
</dict>
</plist>

0 comments on commit 0e9ecf1

Please sign in to comment.