fixed the systemd timer
This commit is contained in:
parent
7f18fbcfe2
commit
40bd7713df
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
Description=regularly call blinky-feed
|
Description=regularly call blinky-feed
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* *:*:0/10
|
AccuracySec=1s
|
||||||
|
OnUnitActiveSec=3s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue