Add systemd unit and timer to bug me about filling in timesheets

This commit is contained in:
Maximilian Friedersdorff 2025-10-10 08:59:54 +01:00
parent cc6af0dbae
commit 1bc18a6d01
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Bug about timesheets every 25m
[Timer]
OnBootSec=25m
OnUnitActiveSec=25m
[Install]
WantedBy=sway-session.target