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
8
systemd/timetracker.timer
Normal file
8
systemd/timetracker.timer
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Run timetracker every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/15
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue