mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
9 lines
130 B
SYSTEMD
9 lines
130 B
SYSTEMD
[Unit]
|
|
Description=sync notes at 17:00 daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 17:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|