all repos

dotfiles @ 8de2ccc94bf73c09afcd0e93e2a524004c933bcd

my dotfiles
2 files changed, 15 insertions(+), 0 deletions(-)
systemd: add timers
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-09 21:10:07 +0300
Parent: 6b63f2d
A config/systemd/user/notes.service

@@ -0,0 +1,6 @@

+[Unit] +Description=sync notes + +[Service] +Type=oneshot +ExecStart=/home/olex/org/upd.sh
A config/systemd/user/notes.timer

@@ -0,0 +1,9 @@

+[Unit] +Description=sync notes at 17:00 daily + +[Timer] +OnCalendar=*-*-* 17:00:00 +Persistent=true + +[Install] +WantedBy=timers.target