forked from Rockachopa/Timmy-time-dashboard
12 lines
227 B
SYSTEMD
12 lines
227 B
SYSTEMD
[Unit]
|
|
Description=Timmy thinking timer — every 5 minutes
|
|
Documentation=https://github.com/AlexanderWhitestone/Timmy-time-dashboard
|
|
|
|
[Timer]
|
|
OnBootSec=30
|
|
OnUnitActiveSec=5min
|
|
AccuracySec=30s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|