Add systemd timer
This commit is contained in:
parent
054c389892
commit
0cca19d948
3 changed files with 29 additions and 0 deletions
9
systemd/kidsnote.timer
Normal file
9
systemd/kidsnote.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Run Kidsnote download script once per day
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue