mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 17:23:05 +02:00
11 lines
159 B
SYSTEMD
11 lines
159 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Periodically check if workout was done today
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=30s
|
||
|
|
OnUnitActiveSec=15min
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|