all repos

dotfiles @ 26d92250071352e1757233b0567cfbc7fcb1ec5d

i use rach linux btw

dotfiles/config/systemd/user/notes.timer (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
systemd: add timers, 12 months ago
1
[Unit]
2
Description=sync notes at 17:00 daily
3
4
[Timer]
5
OnCalendar=*-*-* 17:00:00
6
Persistent=true
7
8
[Install]
9
WantedBy=timers.target