This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
home/.config/systemd/user/proj-fetch.timer
Salt a3f24f4b79 systemd: Add timers and services to keep git repos up-to-date
Yes, systemd. In my user repo. It's awesome.
2020-11-10 09:58:33 -06:00

12 lines
159 B
SYSTEMD

# vim:ft=systemd:
[Unit]
Description=Project fetch timer
[Timer]
Persistent=true
OnBootSec=15min
OnCalendar=*-*-* 23:00:00
[Install]
WantedBy=default.target