Introduce timetracker application

- source code
- systemd files
- readme
- debian install scripts
- github workflows
This commit is contained in:
Ronny Friedland 2024-01-25 20:14:22 +01:00
commit 0e4b15c768
15 changed files with 421 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[Unit]
Description=Run timetracker every 5 minutes
[Timer]
OnCalendar=*:0/15
[Install]
WantedBy=timers.target