2 files changed,
15 insertions(+),
0 deletions(-)
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