dotfiles/.config/systemd/user/sync-git-repos.timer

10 lines
168 B
SYSTEMD

[Unit]
Description=Periodic repository commit
Requires=sync-git-repos.service
[Timer]
Unit=sync-git-repos.service
OnCalendar=*:15,45
[Install]
WantedBy=timers.target