all repos

dotfiles @ 8de2ccc94bf73c09afcd0e93e2a524004c933bcd

i use rach linux btw
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
···
        
        1
        +[Unit]

      
        
        2
        +Description=sync notes

      
        
        3
        +

      
        
        4
        +[Service]

      
        
        5
        +Type=oneshot

      
        
        6
        +ExecStart=/home/olex/org/upd.sh

      
A config/systemd/user/notes.timer
···
        
        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