From b845f668b63b6b3d18121a490faf39421753766d Mon Sep 17 00:00:00 2001 From: Ronny Friedland Date: Thu, 25 Jan 2024 20:18:16 +0100 Subject: [PATCH] Update readme --- Readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Readme.md b/Readme.md index 6279a28..f169e31 100644 --- a/Readme.md +++ b/Readme.md @@ -14,6 +14,26 @@ The timetracker application provides the following arguments which can be passed The application is triggered by a systemd timer which triggers the application via systemd unit. +To enable the timer you have to (requires root privileges): + +### enable the timer + +```shell +systemctl enable timetracker.timer +``` + +### start the timer + +```shell +systemctl start timetracker.timer +``` + +To verify if the timer is running you can check it using: + +```shell +systemctl list-timers +``` + ## License This application is published under the [MIT license](LICENSE). \ No newline at end of file