smart_ide/systemd/user/git-pull-project-clones.timer
Nicolas Cantu d98e6bce60 feat: logs/ for pull-sync and ia_dev; document ia_dev as in-repo module
- Default PULL_SYNC_LOG to logs/git-pull-projects.log; add logs/README and gitignore
- Add services/ia_dev integration README and .env.example
- Replace docs/ia_dev-submodule.md with ia_dev-module.md; update ecosystem and README links
- Point ia_dev submodule to commit with smart_ide_logs.sh
2026-04-03 17:50:49 +02:00

11 lines
244 B
SYSTEMD

[Unit]
Description=smart_ide — timer tirage Git clones (toutes les 15 minutes)
[Timer]
# Calendrier : modifier ici puis reinstall (scripts/install-git-pull-systemd-user.sh)
OnCalendar=*:0/15
Persistent=true
[Install]
WantedBy=timers.target