Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
Update README with strava
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
  • Loading branch information
ahmetb committed Dec 23, 2016
1 parent 08bf33d commit 4ebe5b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Currently collected metrics:
- `wakatime` coding time
- `lastfm` listened tracks
- `jawboneup` steps, sleeps, resting heartrate
- `strava` activities, daily exercise duration
- `foursquare` checkins
- `twitter` followers, tweets

Expand Down
6 changes: 4 additions & 2 deletions systemd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ WantedBy=timers.target
}
cmd := []string{
"scp ./*.{timer,service} SERVER:/etc/systemd/system",
"systemctl enable /etc/systemd/system/pd-*.timer",
"systemctl start /etc/systemd/system/pd-*.timer",
"# ssh SERVER",
"cd /etc/systemd/system",
"systemctl enable pd-*.timer",
"systemctl start pd-*.timer",
"systemctl list-timers --all | grep pd-"}

fmt.Println(strings.Join(cmd, "\n"))
Expand Down

0 comments on commit 4ebe5b2

Please sign in to comment.