added systemd timer
This commit is contained in:
parent
f7aac64460
commit
7f18fbcfe2
1 changed files with 8 additions and 0 deletions
8
scripts/blinky-feed@.timer
Normal file
8
scripts/blinky-feed@.timer
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Unit]
|
||||||
|
Description=regularly call blinky-feed
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=*-*-* *:*:0/10
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Reference in a new issue