- source code - systemd files - readme - debian install scripts - github workflows
8 lines
No EOL
111 B
SYSTEMD
8 lines
No EOL
111 B
SYSTEMD
[Unit]
|
|
Description=Run timetracker every 5 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/15
|
|
|
|
[Install]
|
|
WantedBy=timers.target |