Update readme

This commit is contained in:
Ronny Friedland 2024-01-25 20:18:16 +01:00
parent 0e4b15c768
commit b845f668b6

View file

@ -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).