- 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
9 lines
244 B
SYSTEMD
9 lines
244 B
SYSTEMD
[Unit]
|
|
Description=smart_ide — git fetch/ff pour clones (projects/*/conf.json)
|
|
Documentation=file://@SMART_IDE_ROOT@/cron/README.md
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=@SMART_IDE_ROOT@
|
|
ExecStart=@SMART_IDE_ROOT@/cron/git-pull-wrapper.sh
|