Update readme
This commit is contained in:
parent
0e4b15c768
commit
b845f668b6
1 changed files with 20 additions and 0 deletions
20
Readme.md
20
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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue