- 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
11 lines
244 B
SYSTEMD
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
|