Introduce timetracker application
- source code - systemd files - readme - debian install scripts - github workflows
This commit is contained in:
commit
0e4b15c768
15 changed files with 421 additions and 0 deletions
19
Readme.md
Normal file
19
Readme.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Timetracker
|
||||
|
||||
Tracks every 5 minutes if system is running to store the beginning and end of using the system.
|
||||
|
||||
## Parameters
|
||||
|
||||
The timetracker application provides the following arguments which can be passed:
|
||||
|
||||
| Property | Description |
|
||||
|---------------|----------------------------------------------------------------------------|
|
||||
| configpath | Defines the location of the necessary files, default: /var/lib/timetracker |
|
||||
|
||||
## Execution
|
||||
|
||||
The application is triggered by a systemd timer which triggers the application via systemd unit.
|
||||
|
||||
## License
|
||||
|
||||
This application is published under the [MIT license](LICENSE).
|
||||
Loading…
Add table
Add a link
Reference in a new issue