Skip to content

Commit

Permalink
Removed leptond as it is replaced with tc2-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jul 18, 2023
1 parent 89964c0 commit 1d76ec9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ builds:
goarm:
- "7"
ldflags: -s -w -X main.version={{.Version}}
- id: leptond
binary: leptond
main: ./cmd/leptond
goos:
- linux
goarch:
- arm
goarm:
- "7"
ldflags: -s -w -X main.version={{.Version}}
- id: thermal-writer
binary: thermal-writer
main: ./cmd/thermal-writer
Expand Down
4 changes: 0 additions & 4 deletions _release/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
systemctl daemon-reload

systemctl enable thermal-recorder.service
systemctl enable leptond.service
systemctl stop leptond.service
systemctl restart thermal-recorder.service
sleep 1
systemctl start leptond.service

0 comments on commit 1d76ec9

Please sign in to comment.