From 80f72edde0e494a6bdb43d5ac5c3e53e70f50ccb Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:12:23 -0400 Subject: [PATCH] chore: change service file name --- README.md | 6 +++--- etc/{wakapi.service => hackatime.service} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename etc/{wakapi.service => hackatime.service} (100%) diff --git a/README.md b/README.md index 095b36b4..d39097ae 100644 --- a/README.md +++ b/README.md @@ -75,17 +75,17 @@ is [wakapi-helm-chart](https://github.com/andreymaznyak/wakapi-helm-chart) for q $ go install github.com/kcoderhtml/hackatime@latest # Get default config and customize -$ curl -o Hackatim.yml https://raw.githubusercontent.com/kcoderhtml/hackatime/master/config.default.yml +$ curl -o hackatim.yml https://raw.githubusercontent.com/kcoderhtml/hackatime/master/config.default.yml $ vi Hackatim.yml # Run it -$ ./wakapi -config Hackatim.yml +$ ./wakapi -config hackatim.yml ``` **Note:** Check the comments in `config.yml` for best practices regarding security configuration and more. 💡 When running Hackatim standalone (without Docker), it is recommended to run it as -a [SystemD service](etc/Hackatim.service). +a [SystemD service](etc/hackatime.service). ### 💻 Client setup diff --git a/etc/wakapi.service b/etc/hackatime.service similarity index 100% rename from etc/wakapi.service rename to etc/hackatime.service